A system to render Markdown and Svelte components into static, lightweight HTML and CSS with no client-side Javascript.
Install dependencies with yarn install
.
Build the website with yarn build
. Files in public/
are ready to serve.
yarn serve
serves files in public/
.