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
npm install
# serve for development at localhost:8082
npm run dev
# build for production with minification
npm run build:prod
# build for staging with minification
npm run build:staging
# run linting tool
npm run lint