Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.32 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.32 KB

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.