Skip to content

My portfolio built with Next.js 13, Tailwindcss, Typescript.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

CharlesKasasira/charleskasasira.me

Repository files navigation

Tweet

Technology stack

Running locally

  1. Clone this repo:
$ git clone https://github.com/CharlesKasasira/charleskasasira.me.git
  1. Then go to the project's folder:
cd charleskasasira.me
  1. Install all dependencies:
npm install
  1. Run locally:
npm run dev