This is the static website behind https://frontseat.org
It's a simple Astro + Tailwind CSS site. It is hosted via Github Pages and is deployed automatically via GitHub Actions any time a change is made to the main
branch.
(That is: if you want to change stuff on our website, you can do it, right here, in the GitHub web UI.)
You'll need node
version 20.* (LTS) installed. (I use asdf to manage such dependencies, but there are a zillion ways to do it.)
To get started, first install dependencies via npm:
npm install
Then start the development server:
npm run dev
Finally, open http://localhost:4321 in your browser to view the website.