Made with
- Next.js
- Tailwind
- TypeScript
Inspired by
- Josh Comeau's Building an Effective Dev Portfolio
- juliacodes.com
./setup.sh
The site now uses the Next.js App Router. Routes live under app/ with server components by default and the shared layout in app/layout.tsx.
git push origin main
- Vanilla HTML, CSS
- Based on this template
- next
- the react docs recommend a framework and Next can do all the things (but I just need a static site)
- sharp
- convert large images to smaller web friendly images of varying dimensions
- I guess this means we don't need Cloudinary?
- Used for production builds
