Skip to content

Jswig/marooned-windvane

Repository files navigation

README

Personal websites implemented with Elm and elmstatic.

Install dependencies

npm install

Build the site

npm run build

Live reload

Prerequisites

Live reloading requires browser-sync.

npm install -g browser-sync

Run live reload

In the root of this repository run

elmstatic watch

In _site,

browser-sync start --server --files "." --no-ui  --reload-delay 500 --reload-debounce 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published