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
# Start the project with development mode
yarn start
# Build the project and start this with production mode
yarn build
yarn prod
Using Docker
# Build docker image (you can change tag or container name.)
docker build -t resume .# Run docker container
docker run -d -p 3000:3000 --env-file=.env --restart=unless-stopeed resume
Environment Variables
Require Supabase API key for database and authentication.