Skip to content

obstoody/nft-fe

Repository files navigation

About The Project

Frontend for NFT collection mint and listing

Built With

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Installation

  • Clone this repository and naviate to the folder
  • Install node_modules by running
npm install
// or
yarn install

Configuration

  • Create .env file, You can rename the file called .env.example to .env
  • Create ThirdWeb project and update NEXT_PUBLIC_THIRDWEB_PROJECT_ID in .env file with your own value How to get thirdweb api key
  • Create ThirdWeb project and update PINATA_JWT in .env file with your own JWT value How to generate Pinata JWT token

Finally run the app

  • Once you have successfully completed the steps mentioned above, you can start the application by executing the following command:
npm run dev
// or
yarn dev

Build and deploy

  • You can build the project by running following command:
npm run build
// or
yarn build
  • Then upload dist folder to your server
  • Or you can use Vercel easily for the deployment