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
# Required: typescript watch compilation
$ yarn watch
# Required: development server with hot reload (nodemon)
$ yarn dev
# Format with prettier
$ yarn format
Production
# build for production
$ yarn build
# start production app
$ yarn start