https://github.com/axemclion/conference
A simple site for conference schedules
https://github.com/axemclion/conference
indexeddb
Last synced: 10 months ago
JSON representation
A simple site for conference schedules
- Host: GitHub
- URL: https://github.com/axemclion/conference
- Owner: axemclion
- Created: 2012-12-17T15:47:41.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-20T19:59:44.000Z (almost 13 years ago)
- Last Synced: 2024-04-14T18:04:28.520Z (almost 2 years ago)
- Topics: indexeddb
- Language: JavaScript
- Homepage: http://nparashuram.com/conference/#home/schedule
- Size: 622 KB
- Stars: 69
- Watchers: 10
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conference
An application to fight the flaky internet connections at conferences. More information at the [blog post](http://blog.nparashuram.com/2013/01/a-website-for-dev-conferences-pouchdb.html) or this [demo video](https://www.youtube.com/embed/4eFPTnMbMDM?list=UU6J8UILu9omULlPQqXvL0Dw)
## Building
The application is a set of static HTML, Javascript and Less files. `Grunt` compiles, converts, concats and makes them available in a servable format.
### Requirements
* Install [Nodejs](http://nodejs.com)
* Install [Grunt Commandline](http://gruntjs.com) using `npm install -f grunt-cli`
* A running instance [CouchDB](http://iriscouch.com)
### Development
Run `npm install` to install all the dependencies required for building the project. Then run `grunt` to copy relevant files, start the development server and CORS server.
### Deployment
This application is currently deployed on github pages. Simply copy the `dist` folder and host it on any web server.