Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 451 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 451 Bytes

Magic Hat Menu Nuxt 3

With TailwindCSS 3.

Setup

Make sure to install the dependencies

yarn install

Create a new SSL cert for localhost with mkcert

mkcert localhost

Development

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

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.