Skip to content

floshodan/floshodan-io

Repository files navigation

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