This is my personal portfolio website. It is built with React. It is hosted on Vercel.
- Download the Doppler CLI
- Login to Doppler via the CLI:
doppler login
- Configure Doppler with
doppler setup
- Install dependencies:
npm install
- Run the project with the doppler secrets:
npm run start