Skip to content

oveddan/site

Repository files navigation

Dan Oved's Website

This is my personal website, written in React, Next.js, and tailwind. It uses the Tailwind UI spotlight template.

It is a static site generated by next, deployed to danoved.xyz, with content defined using mdx.

To Run

Install dependencies:

yarn

Start the dev server:

yarn dev