My Project
v2.Jacky.Fan

Web
Personal Website
Side Project

A personal website built with NextJS, Typescript, DaisyUI and TailwindCSS.

v2.Jacky.Fan

v2.Jacky.Fan

v2.jacky.fan is a personal website built with Next.js, Tailwind CSS, and Framer Motion.

01.webp

Features

  • Light / Dark Mode
  • Animation
  • Responsive Design
  • Contact Form
  • Slider to showcase my previous works
  • 3D Object Elements

Getting Started

Start Dev Server:

# Clone the repo
git clone https://github.com/redfrogsss/v2.jacky.fan.git

# Install dependencies
cd v2.jacky.fan
yarn

# copy .env.local.template to .env.local and modifiy the values
cp .env.local.template .env.local

# Start dev server
yarn dev