Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 379 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 379 Bytes

shiki-starter

A starter template for Shiki.

git clone [email protected]: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