shiki-starter

A starter template for Shiki.

git clone git@github.com:octref/shiki-starter.git
cd shiki-starter
yarn
# `node index.js` syntax highlights `index.js` itself and write the output HTML to `index.html`
yarn build
# served at http://localhost:5000
yarn start