Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 801 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 801 Bytes

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