Example RepoDocumentation Index
Fetch the complete documentation index at: https://www.jetify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
How To Run
Rundevbox shell to install rails and prepare the project.
Once the shell starts, you can start the rails app by running:
How to Recreate this Example
-
Create a new Devbox project with
devbox init -
Add the packages using
-
Start a devbox shell, and install the rails CLI with
gem install rails -
Create your Rails app by running the following in your Devbox Shell