Blue-Economics

####Development

  1. Setup an Apache server on your local machine. Windows, OSX, Linux
  2. Clone the repo into the www/ folder: git clone https://github.com/innls/Blue-Economics.git
  3. Create a new branch: git checkout -b my_sweet_branch
  4. 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