Built with:
- Eleventy for templates and site generation
- Tailwindcss for a utility first CSS workflow
- Parcel JS for a simple asset build pipeline
# install the project dependencies
yarn install
# run the build and server locally
yarn start
# run the production build
yarn build