This is the source code for the Reillys on Tour website, a blog about our travels and adventures around the world. This started life at https://reillysontour.blogspot.com/ and has migrated to a static site hosted on GitHub Pages.
This website is built using Docusaurus.
npm inpm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.