Skip to content

kewarrie/debauchery

Repository files navigation

This is a Next.js project bootstrapped with c3.

Tutorial

Deploy a Next.js site.

shadcn/ui library.

Getting Started

Install dependencies:

npm -i

Create .env.local file with the following environment variables:

API_URL=string::xxx
NEXT_PUBLIC_BITCOIN_ADDRESS=string::xxx
NEXT_PUBLIC_YEARS_BACK=string::xxx

First, 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.