All Projects → Lullabot → Fivefifteen

Lullabot / Fivefifteen

Licence: mit
📐 AngularJs app to help with my weekly report.

Programming Languages

javascript
184084 projects - #8 most used programming language

fivefifteen

AngularJs app to help with my weekly report.

Installing

  1. Checkout the master branch.
  2. Install yeoman and bower with npm install -g yo bower.
  3. Install any node dependencies with npm install.
  4. Install any bower components with bower install.
  5. Install compass for building Sass with gem install compass
  6. Run the app with grunt server.

Troubleshooting

  • If you get an error with SELF_SIGNED_CERT_IN_CHAIN, try running the following command before re-trying the install: npm config set strict-ssl false
  • If you get permission errors, try running the commands as the administrative user with sudo.

Contributing

  1. Make sure there is an issue for anything you are working on.
  2. Create a new branch for your issue (something like 9-doc-contrib for issue #9)
  3. Make sure any commits to this branch reference the ticket number (ex: Ref: #9)
  4. Push the branch to the remote
  5. Use hub to atach your code to the issue (ex: hub pull-request -i 9)

Build process

  1. run grunt build
  2. run grunt gh-pages
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].