Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 382 Bytes

File metadata and controls

38 lines (28 loc) · 382 Bytes

Documentation

Install the docs

Clone/Fork the repo and run the following command

npm install

Run the docs

English

npm start

Japanese

npm run start:ja

Generate translation strings

English

npm run write-translations

Japanese

npm run write-translations:ja

Build the docs

npm run build