Make sure you have the following tools installed before running the project:
-
Node.js 22
nvm install 22
nvm use 22- node-gyp
npm install -g node-gyp- Visual Studio (not VS Code)
Before running the application for the first time, you must create a .env file.
- Copy the template file:
cp .env.template .env - Fill in the required environment variables in .env.
Initialize the development environment:
npm run init:dev
npm run clamav # optionalStart the application:
npm run start
