-
Notifications
You must be signed in to change notification settings - Fork 2
How to install
If you want to install the bot please follow these steps. If you have questions or issues feel free to reach out
Go to https://nodejs.org/en/ and download and install NodeJS. Make sure you are using version 12 or above.
If you already have NodeJS installed check your version by typing node -v in a command prompt.
Go to the releases page of this repository (https://github.com/AstroGD/ticketsystem/releases), click on the latest release and download the Source Code.
After you've downloaded the code extract the zip file. The folder containing package.json and main.js is called "base directory" in the rest of this guide
Open a command prompt and change the directory to the base directory. Once done type npm install
and hit enter. This might take several minutes to install.