Skip to content

V2 of my personal website. Built with Next.js, Contentlayer and Tailwind CSS.

License

Notifications You must be signed in to change notification settings

gitonga-deus/v2

Repository files navigation

Personal Website

View it live

Running locally

  1. Clone the repo
git clone https://github.com/gitonga-deus/v2.git
  1. Go to project directory
cd v2/
  1. Install dependencies
npm install
  1. Run the development server
npm run dev