Files
audacity.github.io/README.md
2025-08-10 16:14:03 +02:00

13 lines
691 B
Markdown

# About this repo
This is the source of https://www.audacityteam.org. It uses [Astro](https://docs.astro.build/en/getting-started/).
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.
## Translation
Translations are not yet supported. Please join our [dev discord](https://discord.gg/sFHfRbUVZj) to get notified when they are.
## Security
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.