This is a Next.js project bootstrapped with create-next-app
.
Here is how you can run the project locally:
Clone this repo
git clone git@github.com:fahmiidris/fahmiidris.dev.git
Go into the project root directory
cd fahmiidris.dev
Copy .env.example
to .env.local
cp .env.example .env.local
Install JS dependencies
npm install
Start the dev server
npm run dev