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

Latest commit

 

History

History
39 lines (26 loc) · 490 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 490 Bytes

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.