Skip to content

SkyLightQP/daegyeo.me

Repository files navigation

daegyeo.me deploy-web CodeFactor

Getting Started

  • 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

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.
cp .env.example .env
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=

License

MIT License