Project Setup
By the end of this guide, you will:
-
Install Ruby (if you donβt have it already)
-
Verify your Ruby installation works
-
Install the
rooibosgem -
Use
rooibos newto create a new project with proper structure -
Understand the files that
rooibos newcreates for you -
Run your first
Rooibosapplication to verify everything works -
Understand the difference between application code and test code directories
β οΈ This page is a stub. Help us write it! See the Documentation Plan and Style Guide.
User Stories
Story -4: Project Setup
As a developer
I want to set up a new Ruby project with proper dependencies
So that I have a foundation to build the file browser
Acceptance Criteria
-
Project directory exists with proper structure
-
Dependencies are installed
-
Application can be started without errors
Notes
-
Absolute starting point for the tutorial
-
Establishes project foundation
Previous: Tutorial: Build a File Browser | Next: Hello World