Node.js - The tool used to run JavaScript code on your machine.
-
Download zipped release
https://github.com/Discord-for-TTT2/dttt-backend/releases -
Unzip in your preferred folder
unzip dttt-backend.zip
-
Fill out the config.json with your information
-
Start the bot!
./start.sh
To use this project start by cloning the repository:
git clone https://github.com/vertiKarl/dttt-backend.git
Then enter the created directory:
cd dttt-backend
Initialize the project:
yarn install
Available scripts
Development mode:
yarn dev
Compile into JavaScript:
yarn build
Start compiled JavaScript:
yarn start