Proof-of-concept Slate v3 using eleventy as the static site generator.
- Out-of-the-box syntax highlighting for over 200 languages, no configuration required.
 
Requires an LTS version of Node.js
- Clone the repository
 npm i
or
- Create your Node.js project (
npm init) - Add 
reslateas a (dev)dependency (npm i [--save-dev] reslate) npx reslate init
- To build: 
npm run build - To debug: 
npm run debug - To serve: 
npm run serveand browse to http://localhost:4567 
(If installed as a dependency, use npx reslate [build|debug|serve])