The archodex.com website is a static site forked from the AstroWind template. It is built using Astro and Tailwind CSS. The static assets are hosted from a CDN.
The website can be run in development mode using the following commands:
npm install
npm run devThere is a Visual Studio Code task named Astro dev server that can also be used to start the server.