Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 314 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 314 Bytes

ColdStack API

ColdStack Logo

Run

# For development:
yarn # install deps
yarn start # run

# For production:
yarn # install deps
yarn build # compile typescript
yarn start:prod # run