Academy / README.md
breslavsky's picture
refactor: README
3738bcd
metadata
title: Piper Academy
emoji: 🔥
colorFrom: red
colorTo: purple
sdk: docker
pinned: false
license: mit

How to develop

git clone ...
npm i
npm run start -- --locale ru

Check folders docs and blog

How to translate

Add .env

CROWDIN_PERSONAL_TOKEN=xxxYYY

Generate files for translation

npm run write-translations

Upload files to Crowdin

npm upload

Translate files in Crowdin UI.

Download files

npm run download

Test locale

npm run start -- --locale ru

Check more details here https://docusaurus.io/docs/3.4.0/i18n/crowdin

Troubleshooting

Remove cache

rm -rf .docusaurus build