Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 705 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 705 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 [email protected]:fahmiidris/links.fahmiidris.dev.git
  2. Go into the project root directory

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

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

    pnpm install
  5. Start the dev server

    pnpm run dev

Inspired by Notiolink.