Neige ❄️
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
.gitignore
LICENSE
Makefile
README.md
elm-package.json
neige.html
neige.opam
package-lock.json
package.json

README.md

❄️ neige

An experimental browser written in Elm and OCaml via Electron

Installation

Prerequistes

  • node >= 8.9.4 && npm >= 5.6.0
  • ocaml >= 4.06.0

Build the current version

  • opam pin add .
  • make install
  • make all (build the files)
  • make run (run the electron's window)
  • make packet (build neige.app)
  • make tarball (build a tarball)