ruddy22 / munihac-2020-miso

Miso @ MuniHac 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Miso @ MuniHac 2020

Prepare the build

  1. Install Nix
  2. Optionally set up a binary cache:
    1. Install Cachix: nix-env -iA cachix -f https://cachix.org/api/v1/install
    2. Use the Miso cache: cachix use miso-haskell

Build and run the project

Go to any of the folders containing a Miso app and then do:

nix-build
open ./result/bin/miso-app.jsexe/index.html

About

Miso @ MuniHac 2020


Languages

Language:Haskell 69.9%Language:Nix 30.1%