Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 922 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 922 Bytes

Codeship Status for GDG-Nantes/CountDownDevFest2018

CountDownDevFest2018

Count Down project for DevFest Nantes 2018

Stack

This project use :

  • VueJS
  • Firebase Hosting
  • Firebase Firestore
  • Firebase Auth

Install

to install, simply run yarn install

Developp

to start to developp, simply run npm run serve

How to contribute (where is F...ing code!?)

The VueJS application is in /src directory. The vue app is a single page application that switch the user between the game / (Attendee interaction) and the countdown /countdown (the main screen). The public directory contains a webworker where all the logic of planet manipulation runs. The functions directory contains an endpoint. For the moment useless (I will maybe drop it).

Deploy

todo