Skip to content

likecoin/nft-book-press

Repository files navigation

LikeCoin NFT Book Press

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

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

yarn dev

Run in production config:

yarn dev:production

Production

Build the application for production:

yarn build:production

Locally preview production build:

yarn preview

Static Site

Build the application for static site hosting (e.g. Netlify):

yarn generate:production

Check out the deployment documentation for more information.