Skip to content

jmrl23/spotapi

Repository files navigation

SPOTAPI

Spotify API proxy server

Installation

yarn # or npm install

Note

if you want to run this on docker, kindly fill out required environment variables at docker-compose.

Scripts

Script Description
build build project
start start (must build first)
start:dev start on development mode (uses swc)
start:prod start on production mode (set NODE_ENV to production and run start script)
format format codes (prettier)