This is the code for my portfolio website located at gause.dev. Because it is part of my portfoio as well as my personal website, it is written using the Nextjs framework.
Nextjs 14, App Routing, MDX, Javascript, Typescript, Tailwind CSS, Jade API (PostgreSQL, Express)
- Clone the repository:
git clone [email protected]:garygause/gause.dev.git
or
git clone https://github.com/garygause/gause.dev.git
- Install dependencies:
npm install
- Run the server:
npm run dev