####Development
- Setup an Apache server on your local machine. Windows, OSX, Linux
- Clone the repo into the www/ folder:
git clone https://github.com/innls/Blue-Economics.git
- Create a new branch:
git checkout -b my_sweet_branch
- Once you have some working code that has been tested locally and ready to be put into production, push it back up and open a pull request:
git push origin my_sweet_branch