Skip to content

Commit

Permalink
Merge pull request #7 from sam123114/6-write-readme-for-the-project
Browse files Browse the repository at this point in the history
[6] Write README for the project
  • Loading branch information
sam123114 authored Sep 7, 2024
2 parents 5b9ac65 + ddcbbdb commit e0b4528
Showing 1 changed file with 54 additions and 1 deletion.
55 changes: 54 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
# LolQuizz

This is a project I made for fun. If you have any suggestions or want to update it youself, you can create a issue or a pull request.
LolQuizz is a project created with the goal of creating a Discord bot that will provide mini-games as well as fun and useful commands related to the league of legends game and it's lore.

## Prerequisites

- Git
- Node.js

## Installation

Clone the project locally

- using `HTTPS`

```bash
git clone https://github.com/sam123114/LolQuizz.git
```

- using `SSH`

```bash
git clone git@github.com:sam123114/LolQuizz.git
```

Head into the `LolQuizz` folder

```bash
cd LolQuizz/
```

Install the dependencies

```bash
npm install
```

Create `.env` file

```text
DISCORD_TOKEN="{YOUR_DISCORD_TOKEN}"
```

You can now start the bot by using one of those commands:

- Development (Using [nodemon](https://www.npmjs.com/package/nodemon))

```bash
npm run dev
```

- Production

```bash
npm run stable
```

0 comments on commit e0b4528

Please sign in to comment.