Skip to content

The backend server of Scale Workshop for storing and retrieving scales

License

Notifications You must be signed in to change notification settings

xenharmonic-devs/sw-server

Repository files navigation

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.

About

The backend server of Scale Workshop for storing and retrieving scales

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published