Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 666 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 666 Bytes

Welcome to Trevas docs contributing guide

Getting started

Install dependencies

Run yarn

Start local server

By default, yarn start script will display English content (defined here).

The documentation is also currently available in Chinese (content defined here), in French (content defined here) and Norwegian (content defined here).

Run yarn start-zh-CN, yarn start-fr or yarn start-no to run locally the documentation is these languages.

You can also run locally the multi language documentation thanks to yarn build-serve (caution, hot reloading will not be provided in this mode).