/fahmiidris.dev

Fahmi Idris Portfolio, built with Next.js (TypeScript), Tailwind CSS, and MDX.

Primary LanguageTypeScript

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Here is how you can run the project locally:

  1. Clone this repo

    git clone git@github.com:fahmiidris/fahmiidris.dev.git
  2. Go into the project root directory

    cd fahmiidris.dev
  3. Copy .env.example to .env.local

    cp .env.example .env.local
  4. Install JS dependencies

    npm install
  5. Start the dev server

    npm run dev