Website and documentation for elio, built with Astro.
Live: https://elio-fm.github.io
Install dependencies:
npm installStart the local development server:
npm run devExpose the development server on your network for testing from another device:
npm run dev -- --host 0.0.0.0npm run buildThe site is deployed to GitHub Pages from main via GitHub Actions.