Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

AudiusProject/docs.audius.org

Repository files navigation

docs.audius.org

Dev

npm install
npm run init-sdk-docgen
npm start

To see your changes real-time, run

npm run prepare:translations

Build

npm run build

Publish

npm run build
wrangler publish

Translate

npm run prepare:translations

This will write translations to the i18n folder. If you modify markdown files while running the local dev server, you will need to prepare the translations as /i18n/en is the default entrypoint.