Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 534 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 534 Bytes

sw-server

The backend server of Scale Workshop for storing and retrieving scales

Project setup

Dot env setup

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

Install and run using bun

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.