dhall-haskell/dhall-try/README.md
Gabriel Gonzalez 2635c582eb
Add contributing instructions for the website (#760)
This is so that I can link people to the `README` if they are interested in
improving the site
2018-12-20 10:36:10 -08:00

1.0 KiB

dhall-try

For installation or development instructions, see:

How to contribute

You will most likely want to edit index.html if you want to improve the site. The vast majority of the site logic is embedded within that monolithic document, including a substantial amount of inline JavaScript, inline CSS, and all of the code examples.

The src directory contains the code for interpreting the live code demo, powered by the dhall/dhall-json packages compiled to JavaScript using GHCJS. You only need to modify that Haskell source code if you would like to extend the site with new Haskell-derived functionality.

The website.nix file contains the top-level logic for building the site, including bundling of JavaScript/CSS/image assets. You will also want to refer to shared.nix for related logic to build each bundled dependency.