Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skoniks/secret-nest
https://github.com/skoniks/secret-nest
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skoniks/secret-nest
- Owner: skoniks
- Created: 2022-12-20T23:16:20.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T08:10:53.000Z (9 months ago)
- Last Synced: 2024-03-03T08:39:28.542Z (9 months ago)
- Language: TypeScript
- Size: 369 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```