Look at the Nuxt 3 documentation to learn more.
- Styling using Tailwindcss - https://tailwindcss.com/docs/guides/nuxtjs
- Nuxt Images - https://image.nuxt.com/get-started/installation
- Markdown content pages - https://content.nuxt.com/get-started/installation
Make sure to install the dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000
yarn dev -o
Build the application for production:
yarn generate
Locally preview production build:
yarn preview
Check out the deployment documentation for more information.
Update all dependencies to their latest versions within the constraints specified in package.json:
yarn upgrade --latest