####Development
git clone https://github.com/admix/eventfeed.me
npm install
- install all npm modules and bower componentscp env.dev .env
- setup env variables for your devnode web_static.js
- starts app on :80 or :8080 for localhost port
####Submitting PRs
grunt
(validate and compress images)- Make a pull request against
admix/master
####Dependencies
The setup portion of this README assumes you have the following installed:
- Node.js & npm
- Bower:
npm install -g bower
- grunt-cli:
npm install -g grunt-cli
####Project Setup
- Clone eventfeed.me and enter the directory:
git clone https://github.com/admix/eventfeed.me && cd eventfeed.me
- Install eventfeed.me's Node and Bower dependencies:
npm install
- Run: node app.js
####Grunt Tasks
grunt
- Validate LESS, beautify and lint JS, compress images as needed. Run before you push.grunt dev
- Run the server and build js files as they are changedgrunt verify
- Verify LESS and JS are formatted and lint free. Read only.