1
1
mirror of https://github.com/srid/ema.git synced 2024-11-25 20:12:20 +03:00
ema/README.md

22 lines
835 B
Markdown
Raw Normal View History

2021-04-19 17:48:00 +03:00
# ema
2021-05-19 06:56:55 +03:00
<img width="10%" src="https://ema.srid.ca/favicon.svg">
2021-04-20 22:20:12 +03:00
2021-04-26 21:28:05 +03:00
[![Hackage](https://img.shields.io/hackage/v/ema.svg?logo=haskell)](https://hackage.haskell.org/package/ema)
2021-04-28 07:07:35 +03:00
Ema is a next-gen **Haskell** library toolkit for building [jamstack-style](https://jamstack.org/) static sites, with fast hot reload. See [ema.srid.ca](https://ema.srid.ca/) for further information.
2021-04-19 18:07:52 +03:00
2021-04-28 04:43:31 +03:00
https://user-images.githubusercontent.com/3998/116333460-789c1400-a7a1-11eb-8d28-297c349e42c6.mp4
2021-04-19 18:07:52 +03:00
## Hacking
2022-08-06 23:58:19 +03:00
*NOTE: `flake.nix` uses GHC 9.2 which is not yet the default in `nixpkgs`, so you may want to use the [garnix cache](https://garnix.io/docs/caching) to avoid long compilation times.*
2022-08-06 23:58:19 +03:00
Run `bin/run`. This runs the Ex04_Multi example.
2021-04-27 00:42:00 +03:00
2022-07-17 18:12:36 +03:00
To run the docs, run `nix run github:EmaApps/emanote -- -L ./docs`.
2022-07-17 18:04:50 +03:00
2021-04-27 00:42:00 +03:00
## Getting Started
2021-04-28 07:07:35 +03:00
https://ema.srid.ca/start