Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 759 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 759 Bytes

gw2bot-site

The website of GW2Bot by Maselkov.

gw2bot.info

Build Setup

This project uses Flask for backend and Vue.js with Webpack template for frontend.

#Install backend dependencies, requires Python
pip install -r requirements.txt

# Install frontnend dependencies, requires Node
yarn install

# Serve with hot reload at localhost:8080
yarn run dev

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

# Build for production and view the bundle analyzer report
yarn run build --report

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