Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

50 lines (26 loc) · 1.18 KB

Build Status

Client code for OpenTaba - details will arrive soon, but the code is pretty simple to understand.

setting up:

  • fork the repo and clone to your dev machine.

  • install build dependencies:

    npm install -g casperjs phantomjs npm install bower install

  • add an /etc/hosts record (server won't automatically open without it:

    127.0.0.1 local.opentaba.info

developing

  • to run the local dev server with automatic livereload on js,css, html changes

grunt serve

  • to build locally:

grunt partBuild

  • to build and watch in the browser (verifying the build ain't broken)

grunt serve:dist

  • to build and push to gh-pages

````grunt build```

Site development should be contained in app folder. dist folder is created and installed automatically by grunt and shouldn't be commited to the project

If you came looking for the server side of opentaba It's here. ##Testing:

see what's needed with testing.

##Want to help?

look at the issues. Lots of work here