An open API service indexing awesome lists of open source software.

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

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.