Personal website for thoughts and learning
Build the development image:
make buildRun the Astro dev server:
make runThen open http://localhost:4321.
Run checks and a production build inside the container:
make testRemove the local development image:
make clean