TBone

Getting Started

OverviewSetupTodo App

API Documentation

base modelrunletbound-value modelscollectionsutility modelsReact integrationdebuggingutility functions
ContributingGithubMIT License

Contributing

Bugfix? Cool new feature? Alternate style? Send us a pull request!

Below are some instructions for developing with TBone:

  1. Make sure Node.js is installed.

  2. Clone TBone

     $ git clone [email protected]:appneta/tbone.git
     $ cd tbone
    
  3. We use gulp to develop, test, and compile TBone into /dist:

     $ npm install -g gulp
     $ npm install
     $ gulp
    
  4. Create a feature branch and make some code changes

  5. Add unit tests (in /test) and ensure your tests pass by running gulp.

  6. Send us a detailed pull request explaining your changes.