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