Figma link: https://www.figma.com/file/HGp08sSyOrDXrDBbFcY4w3/Generation-Aventure-Blog?node-id=0:1&t=Rrv2sRLavAX0ZUiL-0
- Nuxt 3
- TailwindCSS
Make sure to install the dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build