Repository of my personal website. Built with 11ty, Pug and Tailwind.
npx tailwindcss -i ./src/css/tailwind.css -o ./_site/css/style.css --watch
- Watch Tailwind CSS file and compile it to the output CSS file.npx @11ty/eleventy --serve
- Serve the website locally.