Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Neon-Coders/portfolio-template

Repository files navigation

Website v2023

2023 version of my website Ibrahim Raimi built with Next.js !3 App Dir, Tailwind, ContentLayer, and hosted on Vercel

Banner

🚨 Before you clone (please read!!!)

A few people have contacted me asking if they can use my code for learning or for their own website, and the answer is yes, absolutely, but please credit me @ibrahimraimi_

I wanted to share this project with all of y'all and that's why I pushed the code up here. However, keep in mind that, plagiarism is bad. So please give credits for the creators, as I did so with many websites from where I drew my inspirations. I spent quite a lot of time and effort building and designing this project, the least you can do is to give me credit.

Technologies i used

🛠 Installation & Set Up

  1. Install dependencies

    yarn install
  2. Start the development server

    yarn dev

🚀 Building and Running for Production

  1. Generate a full static production build

    yarn build