This repository households the Bossoep Discord bot.
- NodeJS: We recommend using the latest LTS version.
- Yarn: We recommend using the latest version. (optional, you can run the website local with npm)
The first step is cloning the repository on your local machine.
git clone https://github.com/HalloSouf/bossoep.git
Navigate through your CLI to the cloned repository and install all dependencies.
cd bossoep
# With yarn
yarn install
# Or with NPM
npm install
After installing the dependencies, you're ready to setup some environment variables. The repository contains a .env.example
file which you can rename to .env
. In this file you can set for example your client token & ID.
Now you have installed all the required dependencies & setting up your environment variables, you are ready to start your development environment on your local machine.
# Build project
yarn build
# With yarn
yarn dev
# Or with NPM
npm run dev
This project is licensed under the Public General Apache 2.0 License - see the LICENSE file for details.