Files
da-next-agency/README.md
2025-12-08 19:28:01 +06:00

335 B

Getting Started

First, install dependencies.

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

After that, run the following command:

npm run dev
# or
yarn run dev
# or
pnpm run dev
# or
bun run dev

Open http://localhost:3000 with your browser to see the result.