Ramblers Cymru Paths to Wellbeing website.
map
contains the source for the OpenLayers mapwebsite
contains the Eleventy website
Both projects need to be built in order to end up with a website containing a map.
Install dependencies at the root and within each sub-project:
npm i
(cd map && npm i)
(cd website && npm i)
The root project provides a start
npm script which should spawn the watch
npm script for the map and the start
npm script for the website. This should be enough to facilitate editing either project and seeing the results in your browser.
npm start
Each project also defines its own scripts which can be called independently as needed.
This repo is deployed with AWS Amplify. Amplify monitors specified branches, builds from them when changes are committed, and deploys them to AWS.
Branch | URL |
---|---|
main |
https://main.d2ymvhh1lvqxri.amplifyapp.com/ |