* Join the [https://sourceforge.net/mailarchive/forum.php?forum_name=amahi-devel amahi-devel list]
* If you are new to git, you may find this [http://try.github.com/ interactive git tutorial] a nice intro to git
* If it's your first time, grab a copy of the our main git repo
git clone git@github.com://git.amahi.org/amahiplatform.git
* If not, pull any changes from the master repo
cd amahi platform (the root of the git tree)
git pull
* Get yourself familiar with the pieces, and ask questions!
= Testing your code =* Make some changes to the code, then test them:, better yet, write tests for the code!
* e.g. for testing the platform:
cd platform/platform/html ./script/serverrails s
and access it at http://hda:3000