Skip to content

lukewilliamboswell/roc-htmx-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published