A guide for writing great web apps.
-
Create a rails project locally
rails new dummy
-
Create a github repo on http://github.com/new and follow the instructions to add your code to the repo. Create the repo on the Subvisual organizations.
-
Create a
devbranch. -
Create a
bin/setupscript that sets up everything required to start using the app.
Set up the app's dependencies.
cd your/projects/folder
git clone git@github.com:subvisual/name-of-the-app.git
cd name-of-the-app
bin/setup
Follow our DevOps Protocol.
Follow the normal Git Protocol
Follow the normal Communication Protocol