mirror of
https://github.com/srid/ema.git
synced 2024-12-01 15:13:36 +03:00
111d589122
* Prototype DerivingVia type-level config * Begin adding comments * garnix note in README * Port Generic.Exmaple to use newstyle * Open the type-class, so users can customize deriving themselves * Add GenericRouteOpts * Expand documentation (API) * cleanup exports, and naming
988 B
988 B
ema
Ema is a next-gen Haskell library toolkit for building jamstack-style static sites, with fast hot reload. See ema.srid.ca for further information.
https://user-images.githubusercontent.com/3998/116333460-789c1400-a7a1-11eb-8d28-297c349e42c6.mp4
Hacking
NOTE: We are using GHC 9.2 which is not yet the default in nixpkgs
, so you may want to use the garnix cache to avoid long compilation.
Run bin/run
(or Ctrl+Shift+B in VSCode). This runs the clock example (which updates every second, only to demonstrate hot reload); modify ./.ghcid
to run a different example.