Browse Source

docs: readme

Sv443 4 months ago
parent
commit
d457e11e39
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -42,7 +42,9 @@ To set up geniURL locally, follow these steps:
   Alternatively, run `pnpm dev` to start the server and automatically recompile and restart when the code is changed.  
   If you want to start the documentation as well, make sure `HOST_HOMEPAGE` is set to `true` in `.env`, then run `pnpm dev-all`.
 
-I recommend using a process manager like [PM2](https://pm2.keymetrics.io/) to keep the server running in the background, make it automatically restart on crashes and start on system boot.
+I recommend using a process manager like [PM2](https://pm2.keymetrics.io/) to keep the server running in the background, make it automatically restart on crashes and start on system boot.  
+  
+Minor modifications to the server's behavior can be made in the file [`src/constants.ts`](./src/constants.ts)
 
 <br><br>