Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srid/deux
Something something mind maps
https://github.com/srid/deux
dhall haskell reflex reflex-frp
Last synced: about 1 month ago
JSON representation
Something something mind maps
- Host: GitHub
- URL: https://github.com/srid/deux
- Owner: srid
- License: mit
- Created: 2018-03-11T18:00:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T23:11:11.000Z (almost 7 years ago)
- Last Synced: 2024-11-14T03:11:52.543Z (3 months ago)
- Topics: dhall, haskell, reflex, reflex-frp
- Language: Haskell
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deux
Are graphs and mind maps underrated?
A playground to create the most awesome'est PIM ever.
This started out by using Dhall as the underlying data format, but I've become somewhat dissatisfied with this approach. I am currently exploring the use of Postgres, and also limiting the scope to tree instead of graph. See [motif](https://github.com/srid/motif).
## Development
See
[project-development.md](https://github.com/reflex-frp/reflex-platform/blob/develop/docs/project-development.md).### ghcid based
Auto-reload the frontend server using ghcid:
```
./ghcid-frontend
```Do the same for the backend.
```
./ghcid-backend-dhall
```Now access the frontend at port 3000 (it uses the backend API from port 3001).
## hoogle
Run the documentation server using:
```
./hoogle # Port 8081
```