Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 576 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 576 Bytes

purescript-erumu

Virtual DOM for PureScript, inspired by Elm.

Working on Erumu

Do an initial build

./scripts/build

This is the script you should run to make sure everything is ship-shape before creating a PR, and can be useful to run after pulling to ensure everything is up to date.

Start a build loop

Once you're ready to write some code, you can start up a shell by running the following script:

./scripts/shell

Once inside the shell, you can run the following command to start automatic recompilation:

grunt dev