An unofficial MySaint by students, for students.
This is the source code for the https://st-andrews.space website - a student hub for current or prospective students at the University of St Andrews.
Feel free to reach out to me at thatother.dev, by creating an issue on this repository, or by contacting as714 if you're at the University of St Andrews.
Or, if you really really know what you're doing, create a pull request!
Speaking of which:
If you're tinkering about with the source code of this website, then here are some things to keep in mind:
- This site uses the Astro framework.
- I am using Bun as my JavaScript toolchain.
- The command to run a development server (to preview the website) is
bun dev --open. - The command to build the website (to static files) is
bun build. - GitHub Actions is used for automatic deployment, with the deploy.yml workflow file.
- Feel free to reach out about anything and everything, I'm happy to help! :>gt;