- Use yarn package manager to start the project.
# 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
# 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
- Require Supabase API key for database and authentication.
cp .env.example .env
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=