I'm Filipe Névola, and I'm Quave's CEO, Developer & Instructor trying to be better every day.
Learn how to code at codeftw.dev (Portuguese) and aiproofdev.com (English)
Instagram - Business & Personal Life (most in Portuguese)
Personal website built with Next.js 16.3 (App Router) and Tailwind CSS.
- Node.js >= 20.9.0
# Install dependencies
npm install
# Run development server (port 4000)
npm run devOpen http://localhost:4000 in your browser.
# Create production build
npm run build
# Start production server
npm start# ESLint, production build, and desktop/mobile browser tests
npm testSee docs/next-16-3-migration.md for the
migration decisions and the checklist to reuse in other repositories.
# Build the image
docker build -t filipenevola .
# Run the container
docker run -p 3000:3000 filipenevolaOpen http://localhost:3000 in your browser.





