Skip to content

playback-network/playback-giza-fe

Repository files navigation

Playback Giza Frontend

Frontend playback Nextjs app for Giza hackathon

Live Demo

Getting Started

First, run the development server:

pnpm dev

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

Create production build locally

# build app
pnpm build

# run production build on localhost:3000
pnpm start

Environment variables

To run locally env vars are required, create .env.local in the root directory, and add the following vars:
replace "redacted" with values

# .env.local
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID="redacted"  
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_NAME="redacted"  
NEXT_PUBLIC_ENABLE_TESTNETS="true"

This is a Next.js project bootstrapped with create-next-app.

About

frontend playback nextjs app for Giza hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published