Skip to content

Maselkov/gw2bot-site-old

 
 

Repository files navigation

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

About

WIP pages repository for GW2Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.1%
  • Vue 19.9%
  • CSS 10.0%
  • HTML 7.1%
  • Python 0.9%