A static website to present an artist and what she does.
Here it is: atelierlibremotions
It uses Vercel for deployment and hosting.
Look at the Nuxt 3 documentation to learn more.
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
Start the development server on http://localhost:3000
# yarn
yarn dev -o
# fix lint
yarn lint --fix
Build the application for production:
yarn build
Locally preview production build:
yarn preview
Check out the deployment documentation for more information.