Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 786 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 786 Bytes

My personal site and portfolio. Made with NextJS and TypeScript

bootstrapped with create-next-app.

Deployed as a static site using the Vercel Platform from the creators of Next.js.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Todo

  • Use a lib for svg icons (or get from a cdn)
  • Migrate to next.js 13.4, to app router and React Server Components
  • Add i18n with english version
  • Update tech stack (aws, trpc, RSC)