Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 384 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 384 Bytes

Shape Rotator Links Page

A 3D links page using react three fiber and vite.


shapes.mp4

Requirements

node
npm

Install node modules

npm i

Run the dev server

npm run dev

Build the dist folder for deployment

npm run build