This project is currently in development. It is a portfolio site built with NextJS, Typescript, and Tailwind to display some of my work.
- Integrate Playable Portfolio
- Projects Page
- Home Page
NextJS, Typescript, Tailwind
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
- Run
npm install
inside the root directory of this repo. - Then run
npm run dev
inside the root directory of this repo to start the site.