Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.16 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.16 KB

The ProductLand Blog

NuxtJS TypeScript TailwindCSS

Netlify Status

Look at the Nuxt 3 documentation to learn more.

Build Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

# Start the development server on https://localhost:3000
yarn run dev-ssl

Production

Build the application for production:

yarn run build

Locally preview production build:

yarn run preview

Check out the deployment documentation for more information.