Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeyoll/roadburncalendarapp
https://github.com/aeyoll/roadburncalendarapp
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aeyoll/roadburncalendarapp
- Owner: aeyoll
- Created: 2013-04-13T07:46:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-15T17:32:42.000Z (over 11 years ago)
- Last Synced: 2024-11-01T23:25:09.586Z (2 months ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
roadburnCalendarApp
===================Here is a little print-friendly calendar app based on Angular.js to view all shows from Roadburn 2013.
Want to contribute?
-------------------I used Yeoman to build the app.
Yeoman installation (requires Node.js):
``npm install -g yo grunt-cli bower ``
Then clone the repo, and install the default dependencies:
``npm install && bower install``
You can launch a development webserver with grunt:
``grunt server``
Want to host the app on your server? Build it with grunt:
``grunt build --force``