Skip to content

alonisser/opentaba-client

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • CSS 0.3%