-
Download this repository:
-
Manually: Download this repository and extract it.
-
Using GIT: Run
git clone https://github.com/HirziDevs/PteroStats.git
in the command line.
-
-
Install required dependencies and start the app/bot.
-
Using PM2 (Why use PM2?)
-
Run
npm install
in the root directory of the app/bot files. -
Install PM2 using
npm install -g pm2
command. -
Run
pm2 start index.js -n PteroStats
to start the app/bot.
-
-
Using nodejs-generic egg
- Just start the server to start the app/bot.
-
-
Answer the prompted questions in the console to set up the app/bot.