diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index fd4185e17..82198550e 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -136,6 +136,12 @@ cd packages/design-system && npm run build **Running & Building the App:** +Set up your environment file. + +```bash +cp .env.example .env +``` + Run the app in the development mode. Open [http://localhost:5173][dv_app_localhost_build_url] to view it in your browser. ```bash