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 deps
pnpm i
# build corecd core
npm run build
cd -
# build moonpadcd moonpad
npm run build
cd -
# run examplescd examples/vanilla
npm run dev