Docusaurus_demo
how to go
- Go into the root of your GitHub repo directory where you will be creating the docs.
- yarn global add docusaurus-init or npm install --global docusaurus-init
- docusaurus-init
Verifying Installation
- Rename docs-examples-from-docusaurus to docs.
- cd website
- docusaurus-init
- Run the local webserver via yarn start or npm start.