Leek Wars client
The Leek Wars website frontend, in Vue.js + TypeScript.
Related projects: LeekScript and Leek Wars fight generator.
Deployment
The project is very easy to install and deploy in 10s:
git clone https://github.com/leek-wars/leek-wars-client.git
cd leek-wars-client
npm i
npm run serve
Then go to localhost:8080
in your browser.
Be careful, this project is only the front end of Leek Wars, so it's connected to the production server. When you log into this local version, you will use your real account!
Hacking
I gladly accept pull requests to Leek Wars. Before starting work on a feature, see the contribution guidelines.
Libraries used
- Vue.js https://github.com/vuejs/vue
- Vuex https://github.com/vuejs/vuex
- CodeMirror https://github.com/codemirror/codemirror
- Chartist https://github.com/gionkunz/chartist-js
- Twemoji https://github.com/twitter/twemoji
- Katex https://github.com/Khan/KaTeX
License
Distributed under the GPL3 license. Copyright (c) 2016-2018, Pierre Lauprêtre