Look to a product here: Link to stand on Netlify
See backend in this Repository
Require docker and gamification backend, guide for UNIX system, may be different for Windows
# Clone
git clone https://github.com/Gamification-team-HSE/gamification-frontend.git <FOLDER_NAME>
CD <FOLDER_NAME>
# Build
# API= your backend URL
# Also available:
# SENTRY_DSN + SENTRY_ORIGIN for Sentry setup
docker build -t game-frontend . --build-arg API='https://vartose.fvds.ru'
# Run
# Also you can use '-d' arg for running in background daemon
docker run -it -p 8080:8080 --rm --name game-frontend game-frontend
# Via Docker-compose
docker compose upYou can clone project to local and development via our dev backend server for Free. There is not policy for PR, so you can do it on your own format.
- Vue.js
- Typescript
- Quasar
- Graphql
- i18n
- axios