Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lkzhao/projectd


https://github.com/lkzhao/projectd

Last synced: 26 days ago
JSON representation

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 coffeescript

npm install
```

###start the development server with
```
grunt
```

# Deploy
```
sudo npm install -g firebase-tools
firebase deploy
```

####Development