These brief instructions will help you get started quickly with Flutr. The other topics in this help provide additional information and detail about working with other aspects of Flutr.
Edit me
Dev Tools and Setup
Git
The project is hosted on Github and you will need to use git to interact with the code.
Git Installation
Linux Fedora:
$ sudo yum install git-all
Linux Debian:
$ sudo apt-get install git-all
Mac OSX:
Install XCode Command Line Tools, run git from the terminal.
Windows:
Download installer link
Git Tools
Source Tree
Git gui, makes branch management easy. link
Atom + git-plus
Atom is a text editor much like Sublime or TextWrangler. Atom allows for package installation to extend its base functionality. A useful package is git-plus which allows you to commit and push code directly from the editor you may find it here.
Go
Follow this set of instructions to install Go on your OS.
Google App Engine SDK
You will need to verify that your code works locally before deploying to the web. Google app engine provides an SDK for this purpose.