Orison

Orison smoking pipe icon

A static site generator and server based upon lit-html

Setup

npm install -g orison
orison init my-project
cd my-project
npm install
npx orison build
npx orison serve

Your new website will be available at localhost:3000

Other Starting Templates

Depending on how you plan on using Orison, there are other starting templates you can use:

orison init my-project --github-pages
orison init my-project --firebase
orison init my-project --netlify
orison init my-project --contentful-netlify