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 install
# compile for development
$ yarn dev
# compile for development with watch
$ yarn watch
# compile for production
$ yarn build