- Built with Wyam static site generator
- Semantic UI framework
Before
Install Wyam so it's available on PATH.
In Visual Studio Code:
- Ctrl-Shift-B: build all
- Ctrl-P,
task
, then choose task
Command-line
# Build all
npm run build
# Build Semantic UI
npm run semantic
# Watch
npm start
# Preview
wyam preview