Skip to content

john-bixly/Morsel

Repository files navigation

Morsel

Getting Started

This project is built with :

  1. masseuse - A view helper built on top of backbone.js
  2. Grasshopper Admin / Api For the backend.

Locations :

  1. Admin
  2. API Endpoint

Install bower components, npm dependencies, and gems using:

bower install && npm install && bundle install

Run a local server pointed at the external backend :

grunt server

Select local, and browser

For an android build

You will need to have cordova set up in order to run this command. (plug your android device in before, and have debugging mode turned on)

grunt android

app/dependencies

Here we will differentiate between browser and mobile, it chooses the correct one depending on your build.

Update your release notes using:

grunt releaseNotes

Then you probably want to commit the bower dependencies and the newly generate README.md.

Releases

No releases published

Packages

No packages published