This Liri Web site is built with Astro and Material Web Components.
Install dependencies:
npm installServe the pages locally with:
npm run devBuild the static site:
npm run buildWe work on the develop branch and test locally.
Once the changes are ready, we push them.
The web site is automatically built from the develop
branch and can be seen at lirios.github.io.
If everything is fine we can finally merge develop into
main then GitHub actions will publish on liri.io
automatically.