https://github.com/push-protocol/push-video-starter-with-nextjs
https://github.com/push-protocol/push-video-starter-with-nextjs
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/push-protocol/push-video-starter-with-nextjs
- Owner: push-protocol
- Created: 2024-04-29T09:08:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T09:08:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T19:47:59.486Z (about 1 year ago)
- Language: TypeScript
- Size: 132 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a Push Video Starter Project in [Next.js](https://nextjs.org/) bootstrapped with Tailwind CSS + Daisy UI + RainbowKit(Wagmi + viem).
## Getting Started
First, install the dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```
Then, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
> Note : Default uses Push Staging Network (Edit .env file to change ENV)