Require
- nodejs v17 or latest
- yarn berry
clone this repo and do this in project directory.
yarn install// installing dependencies.yarn build// for building docs.yarn start// see the docs in localhost after building.yarn dev// see the docs in dev mode.