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.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
- 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)