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
yarn
# start a local server for development, auto refresh on file saving
yarn run dev
# build (then you can check /dist folder)
yarn run build