Bump luxon from 2.5.0 to 2.5.2

Bumps [luxon](https://github.com/moment/luxon) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moment/luxon/compare/2.5.0...2.5.2)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: 598c6a356f66e3c113d86717841e256dd76d07c0
  1. .github/
  2. _data/
  3. _includes/
  4. asdoc/
  5. blog/
  6. blog-examples/
  7. css/
  8. img/
  9. tourdejewel/
  10. .asf.yaml
  11. .eleventy.js
  12. .eleventyignore
  13. .gitignore
  14. .htaccess
  15. blog.html
  16. docs.md
  17. download.md
  18. faq.md
  19. features.html
  20. get-involved.md
  21. ides.md
  22. index.html
  23. mailing-lists.md
  24. package-lock.json
  25. package.json
  26. privacy-policy.md
  27. readme.md
  28. royale-commercial-support.html
  29. rss.liquid
  30. showcase.md
  31. source-code.md
  32. team.html
  33. thanks-to.html
readme.md

royale-11ty

Built with the Eleventy static site generator.

Prerequisites

Install Node.js, if you don't have it already.

Then, use npm (which is included with Node.js) to install dependencies.

npm ci

Run Local Server

For development, run the following command to start a local server.

npm start

Then, open a browser with the following URL: http://localhost:8080

Changes to files will be detected automatically, and your browser will refresh too.

Build Locally

The build the website locally, run this command.

npm run build

Build output will be in _site directory.

Generally, building the website shouldn't be necessary because the CI server builds and deploys automatically.

Deployment

Deployment happens automatically. Commit changes to the master branch, and the site will be built and deployed by the CI server.