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
# Run the app
yarn start
Docker
# Build the image after cloning the repo
docker build -t <image name>.# Then run a container from the image
docker run -it -dp <host port>:80 --name <name of container><name of image>