Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 738 Bytes

getting-started.md

File metadata and controls

45 lines (31 loc) · 738 Bytes

Getting Started

Prerequisites

Installation

  1. Clone the repo
git clone https://github.com/OpenGit-Development/ssource.git
  1. Install NPM packages
npm install

or

yarn install

Usage

  1. Create a .env file in the root directory of the project
  2. Add the following environment variables to the .env file
DISCORD_TOKEN=your_discord_token
GITHUB_TOKEN=your_github_token
DISCORD_CLIENT_ID=your_discord_client_id
DISCORD_GUILD_ID=your_discord_guild_id
  1. Run the bot
yarn deploy-commands && yarn start