/workout-sound-supporter

This system provides sound support for workout 💪

Primary LanguageTypeScript

workout-sound-supporter

setup

Create an .env file, referring to sample.env.

cp sample.env .env

The next step is to set up Node.js.

# install npm modules
npm ci

# build for typescript
npm run build

start

Start the server.

npm run start