rckennedy15 / portfolio-3d

https://rckennedy.dev/
GNU General Public License v3.0
1 stars 0 forks source link

About

This is my personal portfolio project built with Next.js and bootstrapped with create-next-app.
It uses several frameworks and libraries including GSAP, Three.js, Fullpage.js, TailwindCSS, and Typescript.

Current Status

Most recent production build: Build Status

Most recent development build: Build Status

Getting Started

First, install the necessary dependencies:

npm i

Secondly, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.