Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 832 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 832 Bytes

Twisha's World

Hi! My name is Twisha, and this is my 3d portfolio website: Twisha's World. Learn more about me and my past work experiences!

Check out the live site HERE!

Technologies

This website uses the following technologies:

  • ThreeJS
  • React Three Fiber
  • TailwindCSS
  • Framer Motion

Run the app with the following commands

If you don't have nvm installed, install it by running

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash

Install the required version of node

nvm install 22.9.0
nvm use 22.9.0

Install npm

npm install

Host the site locally

npm run dev

Screenshot 2023-11-06 at 12 52 16 PM