Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 501 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 501 Bytes

What is UnHackable

Demo.mp4

Getting Started

First, create a .env file

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_URL=
AUTH_SECRET=
DATABASE_URI=
NEXT_PUBLIC_RPC_URL=

perform npm install --legacy-peer-deps

then, run the development server:

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

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