rezaageng / me

My personal website built with next.js

Home Page:https://rezaa.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image

rezaa.me

"Embark on a journey through my digital creative realm, where design meets development in perfect harmony! This portfolio website is a visual symphony, born in the creative chambers of Figma, meticulously crafted in the coding laboratory of VSCode, and brought to life through the enchanting spells of Next.js, Tailwind CSS, Framer Motion, and Lenis. It's not just a website; it's a canvas where pixels come alive, deployed with surgical precision on Vercel. Explore the fusion of art and technology as you delve into my work, and witness the magic of seamless design and mesmerizing interactivity in action!"

How to Start

Prerequisites

  1. Node.js (v16.14.0 or later)

  2. PNPM

  3. An API (I use Strapi)

    For the API, you have to develop your own. I use Strapi, but you can use any API you want. Just make sure to change the API endpoints in ssg/index.ts and app/api/*.ts. You can see the API documentation here.

Installation

  1. Clone this repository
    git clone https://github.com/rezaageng/me.git
  2. Install dependencies
    pnpm i
  3. Copy .env.test to .env.local and fill in the values
    cp .env.test .env.local
  4. Run the development server
    pnpm dev

Build

pnpm build
pnpm start

About

My personal website built with next.js

https://rezaa.me

License:MIT License


Languages

Language:TypeScript 98.4%Language:JavaScript 1.3%Language:CSS 0.2%Language:Shell 0.1%