L2Reborn x1 Interlude. New Order alliance
-
Install NodeJS
-
Run command
npm i
-
Change values of variables in the file
.env
-
Run command
npx prisma generate
-
Run command
npx prisma migrate dev --name init
-
Run command
npm run dev
-
Install Docker
-
Change values of variables in the file
docker-compose.yml
-
Run command
docker-compose up
-
Create APP on Heroku
-
Install Heroku CLI
-
Run
heroku stack:set container -a your-app-name
-
Change values of variables in the file
heroku.yml
-
Connect your GitHub repo and deploy the bot