doc: add npm start

This commit is contained in:
Artemy 2023-04-21 17:44:08 +03:00
parent 8d873f7aa7
commit 98b17d9ea1

View file

@ -49,6 +49,12 @@ npm run build
- PORT: The port on which the server will listen. - PORT: The port on which the server will listen.
- KEY: Secret key to encrypt notes on the server - KEY: Secret key to encrypt notes on the server
- Start server
```bash
npm start
```
## Contributing ## Contributing
Contributions are welcome! If you would like to contribute to this project, please create a pull request. Contributions are welcome! If you would like to contribute to this project, please create a pull request.