Skip to content

roiLeo/stupendous-shop

Repository files navigation

NFT Shop

Netlify Status

Look at the Nuxt documentation to learn more.

Stack

Setup

Make sure to install the dependencies:

# yarn
yarn install

Add your environment variables to a .env file like .env.example file:

CHAIN=""
COLLECTION_ID=""

Development

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Deploy to Netlify

One-click deploy

Deploy to Netlify

Check out the deployment documentation for more information.