Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacalan committed Dec 29, 2019
1 parent f136e91 commit a5d9d2c
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,40 @@
# gw2bot-site

> The website of [GW2Bot by Maselkov](https:/Maselkov/GW2Bot).
The website of [GW2Bot](https:/Maselkov/GW2Bot), live at [gw2bot.info](https://gw2bot.info/)

> [gw2bot.info](https://gw2bot.info/)
## About

## Build Setup
This website is built using [Nuxt.js](nuxtjs.org/) and takes advantage of an embedded [Express.js](https://expressjs.com/) API.

This project uses [Flask](http://flask.pocoo.org/) for backend and [Vue.js](https://vuejs.org/) with [vue-cli3](https://cli.vuejs.org/) for frontend.
It showcases some features of the bot, lists the available commands and hosts a couple of FAQ's.

``` bash
#Install backend dependencies, requires Python
pip install -r requirements.txt
It also has Discord authentication for viewing encounter logs that are uploaded via the bot.

## Setup

# Install frontnend dependencies, requires Node
``` bash
# Install dependencies
npm install

# Serve with hot reload at localhost:8080
npm run serve
# Run locally for development
npm run dev

# Build to ./dist for production with minification
# Build for production
npm run build

# See the production build in action at localhost:5000
py gw2botsite.py
```

> You'll need a Discord bot's Client ID and add it a Redirect URI to use authentication. Replace the variables in `nuxt.config.js` file.
## Contribution

Feel free to create an issue or directly create a PR for any improvement you'd like to add.

For PR's, please explain the issue, your solution/improvement and make sure ESLint is happy.

## Thanks

[Maselkov](https:/Maselkov/) for creating the bot!

[Sugarcube](https:/SugarcubeIsCoding/) for the creative styling contributions!

You, for reading this!

0 comments on commit a5d9d2c

Please sign in to comment.