Next.js TypeScript NFT minting project
Getting Started To get started with this project, first clone the repository
Then install dependencies:
cd nextjs-typescript-template
npm install
# or
yarn install
Once the installation is complete, start the development server by running:
npm run dev
# or
yarn run dev
The development server should now be running on http://localhost:3000.