Repository
Current version released
3 years ago
Dependencies
Versions
A little cms app built in Elm, backend in Deno.
Work in progress.
Development scripts:
buildcompiles the Elm frontend. You can pass arguments toelm make, likescripts/build --optimize.watchwatches for changes to your Elm source or the index html file and rebuilds the frontend in debug mode. You’ll needfswatchinstalled.devruns thewatchscript for the frontend, and serves the Deno application in watch mode.