kmicklas / redoak

An editor for the future
GNU Affero General Public License v3.0
2 stars 0 forks source link

redoak

An editor for the future

Building on GHC with GTK

nix-shell -A ghc
> ./configure
> ./build
> cabal run

Building on GHCJS

nix-shell -A ghcjs
> ./configure --ghcjs
> ./build
> ./serve

Then vist http://localhost:8000/.