Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 579 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 579 Bytes

gren-lang.org

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.

Local development

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.

Publish latest changes

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.