2023 version of my website Ibrahim Raimi built with Next.js !3 App Dir, Tailwind, ContentLayer, and hosted on Vercel
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.
-
Install dependencies
yarn install
-
Start the development server
yarn dev
-
Generate a full static production build
yarn build