My website built with Astro.
If you find a typo, pull requests are welcome. Thank you ♥
# run locally
npm start
# format code+markdown (with prettier)
npm run format
# generate+run production build
npm run build && npx serve public
Previously: gatsby-starter-morning-dew