Installation

initialize a project

% npm init -y
% npm install -D elm siteelm
% npx siteelm init

Then you'll see a scaffold in the directory.

develop

% npx siteelm server -d

Then access "http://localhost:3000/"
The server supports file watching and auto reloading. If you don't need the server, use siteelm watch instead.

build

% npx siteelm make -o
powered by
siteelm