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 15 (App Router) and Tailwind CSS.
- Node.js >= 18.18.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# Build the image
docker build -t filipenevola .
# Run the container
docker run -p 3000:3000 filipenevolaOpen http://localhost:3000 in your browser.