orison
v2.6.0
Published
A static site generator built on top of lit-html.
Maintainers
Readme
Orison
- A static site generator using Lit templates.
- Uses @lit-labs/ssr for rendering.
- Uses markdown-it for markdown rendering.
Install
nvm use 24.16.0
npm installDevelop
npm startThis will:
- Watch files under
/srcand build files to/bin - Serve the Orison project under
docstolocalhost:3000using the Orison code built to/bin
Publish
Bump the version in package.json
npm publish