By Zeke & Kyle
Available at https://static-gen-presentation.netlify.com/
11ty typed.js reveal.js reveal-md
-
Install Node.js & NPM
-
Run
npm install
in the project directory to install local dependencies -
Install eleventy globally
npm i @11ty/eleventy -g
-
Run
npm run serve
to run a local dev environment -
Access dev copy of the site at localhost:8080
npm run build # runs `npx eleventy` to build the site
npm run serve # builds site + serves `_site` directory