Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 941 Bytes

README.md

File metadata and controls

54 lines (32 loc) · 941 Bytes

atelier-libr-emotions

A static website to present an artist and what she does.

Here it is: atelierlibremotions

It uses Vercel for deployment and hosting.

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Try to use the latest version of Node.js (using the 20.18.0 for Nuxt 3.13.0 for example).

Install the Volar VSCode extension.

Make sure to install the dependencies:

# yarn
yarn install

Development Server

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

# yarn
yarn dev -o


# fix lint
yarn lint --fix

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Check out the deployment documentation for more information.