Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 384 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 384 Bytes

SNX-API

Docker with latest docker compose is mandatory.

Development (auto-reload included)

  • pnpm dev (use this for dev)

Production

  • pnpm start (this is not intended to work on localhost)

Release

  • push changes to dev
  • open PR from dev to main (promote dev to main)
  • merge PR
  • wait for API to be automatically deployed to production (can take up to 15 mins)