Welcome to my Presonal Portfolio
-
React
-
NextJs
-
Chakra UI
-
ThreeJs
-
Framer Motion
$PROJECT_ROOT
│ # Page files
├── pages
│ # React component files
├── components
│ # Non-react modules
├── lib
│ # Static files for images and 3d model file
└── public
Make sure npm is installed. If not, install using brew install node
To build the application - npm run build
To run the application in dev mode - npm run