My very simple personal website built using Tailwind as an experiment to learn more about it and hosted on Cloudflare Pages.
$ make build
This will build the site and output it to dist/
.
$ make serve port=8080
This will build the site and serve it from dist/
.
To continuously build the site when changes are made run:
$ make watch
Any commit to main
is automatically deployed to Cloudflare Pages.