Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skoniks/secretnotes-nest
https://github.com/skoniks/secretnotes-nest
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skoniks/secretnotes-nest
- Owner: skoniks
- Created: 2024-03-04T02:53:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T14:32:58.000Z (8 months ago)
- Last Synced: 2024-03-09T15:37:51.861Z (8 months ago)
- Language: TypeScript
- Size: 102 KB
- Stars: 0
- Watchers: 1
- 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
```