This is the source of https://www.audacityteam.org. It uses Astro.
To build and test this code locally, first install dependencies via npm install
, then npm run build
to build content and npm run dev
to spin up a dev server.
Translations are not yet supported. Please join our dev discord to get notified when they are.
This is a static website, with no user input. As such, regular vulnerabilities likely won't affect us. That said, it probably is good to run npx @astrojs/upgrade
every now and then to update astro to fix security vulnerabilities.