https://github.com/minhd/sitting_plan
A very simple sitting plan selector for a theatre of some sorts
https://github.com/minhd/sitting_plan
Last synced: 6 months ago
JSON representation
A very simple sitting plan selector for a theatre of some sorts
- Host: GitHub
- URL: https://github.com/minhd/sitting_plan
- Owner: minhd
- Created: 2013-09-20T07:49:15.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-24T11:08:20.000Z (almost 13 years ago)
- Last Synced: 2024-06-14T01:59:52.504Z (about 2 years ago)
- Language: CSS
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sitting Plan
============
utilizing angularjs to do most of the heavy lifting
A very simple sitting plan selector for a theatre of some sorts
Installation
============
```
npm install
bower install
```
for all the dependencies
then run
```
grunt build
```
to build the dist folder
to watch compass change
```
grunt compass:dev
```