Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 617 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 617 Bytes

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