https://github.com/drptbl/snx-api
https://github.com/drptbl/snx-api
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drptbl/snx-api
- Owner: drptbl
- License: mit
- Created: 2025-06-19T19:31:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-11-17T19:37:08.000Z (7 months ago)
- Last Synced: 2025-11-21T14:42:10.784Z (7 months ago)
- Language: JavaScript
- Size: 69.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)