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 all the dependencies
yarn
# starts the server app in node.js environment
yarn start
# or you can use `yarn serve`# starts a development server with ts-node
yarn dev
# transpile the project for production
yarn build