Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 440 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 440 Bytes

Personal Website

My personal Website and Portfolio Page, build wit TailwindCSS and NextJS 13. See in action here.

Features

  • Light/dark mode toggle
  • custom MDX rendering for Blog
  • Responsive Design

Tech Stack

  • NextJS (13)
  • Typescript
  • TailwindsCSS
  • Contentlayer

Try out locally

To run in development mode run

  npm run dev

To build the project run:

  npm run build