Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1013 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 1013 Bytes

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

Getting Started

First you will need to create a .env file by copying the contents of example.env, generate a new project ID from (https://cloud.walletconnect.com/), add it to the .env file. 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.

Learn More

For this project I've largely borrowed from Abhik Banerjee's article: https://abhik.hashnode.dev/nextjs-13-using-next-auth-the-web3-way and related repo: https://github.com/abhik-99/NextJS-Blog

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.