Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 589 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 589 Bytes

Web3 Template

This is a template for creating applications using Next.js 14 (app directory) and NextUI (v2).

Technologies Used

How to Use

Install dependencies

You can use one of them npm, yarn, pnpm, bun, Example using yarn:

yarn install

Run the development server

yarn run dev