Skip to content

dynamic-labs/link-payments-usdc-react

Repository files navigation

link-tst

This project was generated with Create Dynamic App.

Getting Started

Set up your environment variables

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.

Install dependencies

npm install
# or
yarn
# or
pnpm install
# or
bun install

Development

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.

Available Scripts

  • dev: Starts the development server
  • build: Builds the app for production
  • preview: Previews the production build locally
  • lint: Lints the codebase

Learn More

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published