Frontend for NFT collection mint and listing
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.
- Clone this repository and naviate to the folder
- Install
node_modulesby running
npm install
// or
yarn install- Create
.envfile, You can rename the file called.env.exampleto.env - Create ThirdWeb project and update
NEXT_PUBLIC_THIRDWEB_PROJECT_IDin.envfile with your own value How to get thirdweb api key - Create ThirdWeb project and update
PINATA_JWTin.envfile with your own JWT value How to generate Pinata JWT token
- 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- You can build the project by running following command:
npm run build
// or
yarn build- Then upload
distfolder to your server - Or you can use Vercel easily for the deployment