Files
audacity.github.io/README.md

18 lines
737 B
Markdown

# About this repo
This is the source of https://www.audacityteam.org. It uses [Astro](https://docs.astro.build/en/getting-started/).
This repo works with npm or Bun.
- Install dependencies: `npm install` or `bun install`
- Run dev server: `npm run dev` or `bun run dev`
- Build: `npm run build` or `bun run build`
## 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` (or `bunx @astrojs/upgrade`) every now and then to update astro to fix security vulnerabilities.