Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxdaten/xhaskell
experiment xhtml + haskell
https://github.com/maxdaten/xhaskell
Last synced: 6 days ago
JSON representation
experiment xhtml + haskell
- Host: GitHub
- URL: https://github.com/maxdaten/xhaskell
- Owner: MaxDaten
- License: mit
- Created: 2023-10-01T23:34:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T06:06:48.000Z (over 1 year ago)
- Last Synced: 2025-01-28T01:13:03.163Z (8 days ago)
- Language: Nix
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# xhaskell
> experiment [htmx](https://htmx.org/) + haskell powered by nix
## Development
### Prerequisites
- nix
- direnv### Start development environment
Starts server & static files with auto recompilation.
```bash
devenv up
```