The backend server of Scale Workshop for storing and retrieving scales
Copy the template:
cp .env.template .envCreate the directories listed in the configuration:
mkdir /tmp/sw
mkdir /tmp/sw/scale
mkdir /tmp/sw/envelopeTo install dependencies:
bun installTo run:
bun startThis project was created using bun init in bun v1.1.8. Bun is a fast all-in-one JavaScript runtime.