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.
-
Configure the
/config/art.json
file, specifying the NFTs you want to display in staging/production. -
Configure the
/config/config.json
file with your account names for various platforms. -
Install the required packages:
npm install
oryarn install
. -
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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Next.js GitHub repository - your feedback and contributions are welcome!
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.