Skip to content

natecard/portfolio-site

Repository files navigation

Portfolio/Personal Site

This is my personal site, where I post about my current research, projects I am working on and some blog posts.

Features

  • Modern and minimalist design using TailwindCSS
  • Type-safe code using TypeScript

Technologies

  • NextJS
  • TypeScript
  • TailwindCSS
  • Framer Motion

Installation

To build this project locally, you need to have Node.js and npm installed on your machine.

  1. Clone this repo to your machine.
  2. Open a terminal and navigate to the project folder.
  3. Run npm install to install all the dependencies.
  4. Run npm start to start the development server.
  5. Open your browser and navigate to http://localhost:3000.