Skip to content

chraebsli/portfolio

Repository files navigation

Portfolio

This is my personal portfolio website. It is built with React. It is hosted on Vercel.

Setup

Secrets

  1. Download the Doppler CLI
  2. Login to Doppler via the CLI: doppler login
  3. Configure Doppler with doppler setup

Run Project Locally

  1. Install dependencies: npm install
  2. Run the project with the doppler secrets: npm run start