You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install all dependencies
npm install
# Run development server
npm run docs:dev
# Generate static files
npm run docs:build
# Deploy static site
sh deploy.sh