This is the repo for the Wye & Welsh Land Rover Club's website.
-
Install nodejs/npm for your system. See [https://nodejs.org/en/download]
-
Run
npm installto install the dependencies -
Run
npm 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 npm run build (I should really add this in CI).