Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lkzhao/projectd
https://github.com/lkzhao/projectd
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lkzhao/projectd
- Owner: lkzhao
- Created: 2015-11-05T06:52:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T01:58:50.000Z (about 9 years ago)
- Last Synced: 2024-10-14T21:14:05.173Z (2 months ago)
- Language: JavaScript
- Size: 18.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prerequisites
none# Development Install
Install the live reload extension [here](https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei)
```
sudo npm install -g grunt-cli
sudo npm install -g coffeescriptnpm install
```###start the development server with
```
grunt
```# Deploy
```
sudo npm install -g firebase-tools
firebase deploy
```####Development