Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 758 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 758 Bytes

Liker Land 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.