This is the app built in the Brut 15ish-Minute Blog Demo:
<iframe title="Make a Blog App in 15(ish) minutes With BrutRB - A New Ruby Web Framework" width="560" height="315" src="https://video.hardlimit.com/videos/embed/ae7EMhwjDq9kSH5dqQ9swV" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe>-
Clone this repo
-
Ensure you have Docker installed
-
Build the Foundation of your dev environment:
dx/build -
Start it up:
dx/start -
In another terminal, shell into the container you just started:
dx/exec bash -
Run setup:
dx/setup -
Start the app:
bin/dev -
Visit
http://localhost:6502 -
Now get to work!