A tiny 11ty Starter
- esbuild for JS
- Tailwind via PostCSS for CSS
- Nunjucks Macro components based on Trys Mudford's pattern.
- Site configuration in
src/_data/site.js
A CURRENT_ENV
enviroment variable to be set. See .env-template
$ yarn install
Copy .env-template
to .env
$ yarn start
$ yarn build
$ yarn serve