To install the server dependencies, run the following command:
npm install
To run the server, run the following command:
NOTE: By default, we use PM2 to run the server. If you don't have PM2 installed, you can install it by running the following command:
npm install pm2 -g
npm run start
To delete the server, run the following command:
npm run delete