Skip to content

So you want to help code

stephencmorton edited this page Jan 11, 2020 · 5 revisions

It is wonderful you want to help!

Developer Notes:

The best way to get started is to fork a copy of the branch you wish to work on. Start writing code and when you get something done you want to share, file an issue under the parent or master repository with a link to your code. Please also see the instruction on this wiki for creating a pull request. You can also put the code in https://gist.github.com/ for people to look at. There is a Discord group https://discord.gg/zg7CvCQ where you can discuss development.

TIP ONE: You will need a local install of Node.js, Java, Mongodb and Android studio (or eclipse).

TIP TWO: If you don't get a bower directory under node_modules: Bower may not have installed if so then type "npm install bower" followed by "bower install". Bower install requires GIT to be in your path. Install git if you don't have it and follow this guide. http://blog.countableset.ch/2012/06/07/adding-git-to-windows-7-path/