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
# Dependencies
$ yarn install
# HMR Serve at at localhost:3000
$ npm run dev
# Production build
$ npm run build
$ npm start
# Generate static project
$ npm run generate