- Explore roc and htmx for app development
- Add new features to roc-lang/basic-webserver
- Generally tinker and have fun
Any PR's or ideas welcome.
You are welcome to play with this and if you have something to share then please do.
Ensure sqlite3
and roc
are on your PATH
create test.db rm -rf test.db && sqlite3 test.db < test.sql
start server DB_PATH=test.db roc dev src/main.roc
As an alternative to the basic-webserver, this playgroud can also be run with the kingfisher platform.
start server roc run src/kingfisher.roc -- --no-snapshot