- From your Cloud9 repositories list, set up a workspace as usual.
- Set up the project:
bin/setup
- Start the web server by clicking "Run Project".
- Navigate to your live application preview.
- As you work, remember to navigate to
/git
and commit often as you work. - Make new branches freely to experiment! Especially before starting on a new task.
- Run
rails grade
as often as you like to see how you are doing, but make sure you test your app manually first to make sure it matches the target's behavior first.