% npm init -y
% npm install -D elm siteelm
% npx siteelm init
Then you'll see a scaffold in the directory.
% 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.
% npx siteelm make -o