This project runs on Node.js version 18.14.2. It is recommended to use nvm to manage your Node.js versions.
- Mart - @martvdm
- Daneric - @DanericNetwork
- Milan - @Milanhut
The current version of the server is 0.20.
To run the server, ensure that you have Node.js version 18.14.2 installed. Then, clone the repository and navigate to the project directory in your terminal. Install the dependencies by running:
npm installThen, run the development-server by running:
npm run devTo build the server, run:
npm run buildTo run the production-server, run:
npm run start