/roc-htmx-playground

roc + htmx playground

Primary LanguageRocUniversal Permissive License v1.0UPL-1.0

roc + htmx playground

Any PR's or ideas welcome.

You are welcome to play with this and if you have something to share then please do.

demo

Getting Started

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

Getting with Kingfisher

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