Skip to content

hobbs/events-agenda

Repository files navigation

Events-agenda

2015 Wikia hackathon project! This is a mobile-only agenda viewer/planner to be utilized inside Wikia apps.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install
  • cp config/environment.js.example config/environment.js
  • edit config/environment.js, add in the parse APP ID and API Key

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

After a production build, just deploy the files in /dist/ to any static site host.

Further Reading / Useful Links

About

Hackathon 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published