doc: fix documentation

This commit is contained in:
Artemy 2023-04-24 15:26:14 +03:00
parent c5f9781c27
commit 606b89ac52

View file

@ -44,10 +44,7 @@ npm install
npm run build npm run build
``` ```
- Create a .env file in the root directory of the project with the following environment variables: - Look at .env.example and create your .env file
- PORT: The port on which the server will listen.
- KEY: Secret key to encrypt notes on the server
- Start server - Start server