Skip to content

Fullchee/portfolio

Repository files navigation

portfolio

Made with

  • Next.js
  • Tailwind
  • TypeScript

Inspired by

Install

  1. npm i
  2. npm run dev

Deploy

git push origin main

Trello

https://trello.com/b/4QT3eZgJ/portfolio

Previous Portfolios

  • Gatsby
  • filter by tech
  • 2020-portfolio-screenshot.png

Dependencies

  • next
    • the react docs recommend a framework and Next can do all the things (but I just need a static site)

Dev dependencies

  • 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