sudo apt update && sudo apt upgrade
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash - sudo apt-get install -y nodejs
npm install --production --force
-
cd src/config
-
mv main.example.js main.js
-
vim main.js
-
Press the key
i
-
Fill in all empty fields
-
Press the key
ESC
-
Type in keyboard
:wq
-
Press
Enter
npm start
https://nodejs.org/dist/v14.17.5/node-v14.17.5-x64.msi
- Unzip
- run
install.bat
file
- Navigate to
src/config
- Rename the
main.example.js
file tomain.js
- Open the
main.js
file - Fill in all empty fields
- run
start.bat
file