No need to install, just start annotating docs!
Just go to the web folder and run the following commands:
cd web
npm install
npx viteThen open your browser and go to http://localhost:8901 or other URL suggested by vite.
For GitHub pages or deploy to a sub folder /dist/. Please change the folder name in the command according to actual path.
export VITE_BASE_PATH=/dist/ && npx vite build- Added text comment in schema