https://github.com/chrispenner/json-to-haskell-web
https://github.com/chrispenner/json-to-haskell-web
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrispenner/json-to-haskell-web
- Owner: ChrisPenner
- Created: 2020-11-08T00:33:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T04:28:09.000Z (almost 4 years ago)
- Last Synced: 2025-03-21T20:46:42.842Z (3 months ago)
- Language: Haskell
- Size: 15.6 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# json-to-haskell-web
Main repo for the project is [here](https://github.com/ChrisPenner/json-to-haskell)
This one contains the web interface for the project, built with `miso`.
I'm afraid building the project is a bit of a pain at the moment, but you can try the following:
```sh
$ nix-build
```Look at `miso` and `nix` docs for more help.