This is the source code for gren-lang.org.
The project is written in Elm, using elm-pages. Hosting is provided by github pages, served from the /docs folder.
Run npm start. A development server will now be running at localhost:1234. This server will auto-refresh the site as the source code is changed.
To publish changes to the site, run npm run build. This will update the contents of the /docs folder. When commited and pushed, the website will be updated in short order.