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_modules
by running
npm install
// or
yarn install
- 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
- 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
dist
folder to your server - Or you can use Vercel easily for the deployment