Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 215 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 215 Bytes

Docusaurus

To run the documentation locally, follow the commands below:

Install all packages

npm i

Build the files

npm run build

Start the server

npm start