For now, we have a script called ralph.sh on the root of the project. You can run it with ./ralph.sh to start the development server. It will watch for changes in the source code and automatically restart the server when changes are detected.
Note
You need make some checks like:
- if you have opencode installed.
- if you have the skill ralph wiggum installed.
The script will check some dependencies and block the execution if they are not met.
You need also create a PROMPT.md file in the root of the project to make this work properly.