This is the codebase for the Agência Mav website. The website is built using Nuxt 3 and Tailwind CSS.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.
- Tailwind CSS for styling
- Homepage layout
- Updated Nuxt configuration
- Added Tailwind configuration
- Updated logo.svg in public directory
O site é publicado em https://agenciamav.com.br.
O GitHub executa o comando 'yarn generate' e faz deploy dos arquivos estáticos para uma conta Cpanel da Hostgator.
O diretório está configurado para auto deploy a cada push na branch main.