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 dependencies
pnpm install # or npm install# start local dev server
pnpm start # or npm start# build for production
pnpm build # or npm run build