Skip to content

BTS-CM/NFT.next.js

Repository files navigation

NFTEA.Gallery Next.js repo

This is the code for the nftea.gallery website.

If you plan to use this template for your own gallery, please change the branding.


This is a Next.js project, initially bootstrapped with create-next-app.

Prior to running this locally, you'll need NodeJS installed on your system.

Getting Started

  1. Configure the /config/art.json file, specifying the NFTs you want to display in staging/production.

  2. Configure the /config/config.json file with your account names for various platforms.

  3. Install the required packages: npm install or yarn install.

  4. Run the following scripts to fetch the NFT JSON & media:

npm run fetchJSON
npm run downloadImages
npm run shrinkImages

Or

yarn run fetchJSON
yarn run downloadImages
yarn run shrinkImages

Then you can run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out the Next.js deployment documentation for more details.

Releases

No releases published

Packages

No packages published