This is the repo for the Wye & Welsh Land Rover Club's website.
-
Install bun for your system. See [https://bun.sh]
-
Run
bun installto install the dependencies -
Run
bun run devto test locally. This will automatically start a web server, and will output a URL that you can visit in a web browser.
Before pushing changes, make sure it builds statically by running bun run build (I should really add this in CI).