This project was generated with Create Dynamic App.
Copy the .env.example
file to .env
:
cp .env.example .env
Update the VITE_DYNAMIC_ENVIRONMENT_ID
in the .env
file with your own environment ID from Dynamic Dashboard.
npm install
# or
yarn
# or
pnpm install
# or
bun install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:5173 to view your application in the browser.
dev
: Starts the development serverbuild
: Builds the app for productionpreview
: Previews the production build locallylint
: Lints the codebase