A basic Eleventy app powered by Snowpack.
Just place njk or md files under src and they will get turn into HTML pages by Eleventy.
Write Javascript and CSS under src/assets. Write any JS you want. PostCSS with postcss-preset-env (stage 0) is enabled.
Provided you have ASDF, this script will set everything up.
Runs the development server
Lints all JS and CSS code.
Builds the static site and outputs it on build