OpenJitsu is an open-source, user-driven platform for learning Brazilian Jiu-Jitsu. It offers users an intuitive app that breaks down key positions into submisssions and defenses, allowing beginners to quickly grasp concepts like Mount, Guard and Side Control, as well as advanced break downs, historical information and instructional step-by-steps for specific moves that appeal to more advanced practitioners.
Clone this repository and run npm install
git clone https://github.com/decrn/openjitsu-ios openjitsu-ios && npm install
Easy as pie to get up:
npm start
This project is mantained by:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push your branch (
git push origin my-new-feature
) - Create a new Pull Request