Welcome to the official Dialog Insight Hackathon 2019 repository.
You can find the terms and conditions here.
To ease some communications during the hackathon we invite you to join us the DI-Hackathon-2019 slack channel.
This repository contains a simple vue.js boilerplate to help you get your hackathon started 🚀
This app uses an API to manage users authentication and and get maze definition.
You can find the API documentation here 📖 and the base URL for queries is https://labyrinth-api.herokuapp.com/.
Go to this document to see one way to deploy the app.
To add real time features to your maze, we recommand to use firebase + vuefire 🔥
- Node.js 12.0+
- Visual studio code
- Git
- Vue cli (npm install -g @vue/cli)
- Eslint (npm install -g eslint)
Begin by forking this repo and cloning your fork. You can use the GitHub app to make it easier.
To run the app
npm run serve
To lint and fix code style
npm run lint
To compile and minify for production
npm run build