Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 334 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 334 Bytes

lustre_counter

This is an example Lustre project. It uses watchexec to rebuild the Gleam project on save.

Quick start

Initial setup:

npm install
gleam build

Run dev server on localhost:3000:

make dev

Make a production build under dist folder:

make