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 [email protected]:fahmiidris/fahmiidris.dev.git
-
Go into the project root directory
cd fahmiidris.dev -
Copy
.env.exampleto.env.localcp .env.example .env.local
-
Install JS dependencies
npm install
-
Start the dev server
npm run dev