Update README.md

This commit is contained in:
James 2025-08-30 22:31:03 -05:00
parent 46c47b5d2d
commit a6ffa9b663

View file

@ -1,3 +1,15 @@
# Roda step 1 - Single File app (sort of) # Roda step 1 - Single File app (sort of)
Example single file Roda web app. There are extra files for launching the server, running tests, the license, etc, but the app itself is all in app.rb. Example single file Roda web app. There are extra files for launching the server, running tests, the license, etc, but the app itself is all in app.rb.
Run tests with:
```bash
bundle exec rake test
```
Run the app with:
```bash
bundle exec puma
```