mozilla / mozfest-event-app

MozFest 2016 Event App
https://app.mozillafestival.org/
Mozilla Public License 2.0
7 stars 21 forks source link

MozFest 2016 Event App

This project was derived from the SRCCON app. Hardcoded and event specific bits have been removed from the codebase. We have also made a few things configuarable!

Configs

See Configs Doc.

JSON Format

See JSON Format.

SCSS, CSS, and Stylings

Build and Develop

Please do NOT modify css/style.css directly. This file should be autogenerated by running the following commands. :wink:

  1. Run npm install to install all the required dependencies.
  2. Run npm start to watch changes in .scss files in the /scss directory. This also compiles .scss files into the style.css index.html links to.