Project Setup Install Dependencies brew install yarn brew install nvm brew install --cask doppler Configure Node Version nvm install nvm use Install Packages yarn install Populate .env doppler login doppler setup yarn env Build and run project yarn build && yarn dev