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
dev
branch. -
Create a
bin/setup
script that sets up everything required to start using the app.
Set up the app's dependencies.
cd your/projects/folder
git clone [email protected]: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