Nobackend portfolio platform for open source web developers based on Angular.JS and Firebase.
- node & npm
- grunt-cli
- bower
$ sudo npm install -g grunt-cli bower
Clone app:
$ git clone https://github.com/aparabolica/fishfolio.git
$ cd fishfolio/
Copy config.example.json
to config.json
and set your variables.
$ npm install
Watch with LiveReload enabled
$ grunt watch
Build with minified javascript
$ grunt build
$ cd dist/
$ python -m SimpleHTTPServer
Server will be available at http://localhost:8000/
Fork the repository to enable automatic deploy to you gh-pages branch.
$ grunt deploy