This site is run on Astro through github pages and builds on commit via github actions.
To run:
npm installnpm run devto run the development sever locally
How do I change or add a global style like hover on achors? You can do this in the base.css - this file is located here: node_modules@astrojs\tailwind\base.css However, node_modules is not commited so any changes will only appear locally. Instead, add a global style to the Main layout page using the is_global directive in astro
- The build destination is located in astro.config.mjs
- Github pages is set up in setting>pages