Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.57 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.57 KB

Labyrinth Vue Starter+

Dialog Insight Hackathon 2019

Moi c'est alex ! Welcome to the official Dialog Insight Hackathon 2019 repository.

You can find the terms and conditions here.

Slack Channel

To ease some communications during the hackathon we invite you to join us the DI-Hackathon-2019 slack channel.

Starter kit

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/.

Deploying the app

Go to this document to see one way to deploy the app.

Real time capabilities

To add real time features to your maze, we recommand to use firebase + vuefire 🔥

Prerequisites

Getting Started

Begin by forking this repo and cloning your fork. You can use the GitHub app to make it easier.

Available scripts

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