https://github.com/audacity/audacity.github.io
source code of the Audacity website
https://github.com/audacity/audacity.github.io
Last synced: 11 months ago
JSON representation
source code of the Audacity website
- Host: GitHub
- URL: https://github.com/audacity/audacity.github.io
- Owner: audacity
- Created: 2023-02-11T18:26:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-07T15:13:35.000Z (11 months ago)
- Last Synced: 2025-08-07T17:26:41.403Z (11 months ago)
- Language: Astro
- Homepage: https://www.audacityteam.org/
- Size: 32.3 MB
- Stars: 8
- Watchers: 14
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.