Website forked from craftzdog
The WebSite is deployed in https://www.rahularepaka.com/
Click on the link to see the website.
Clone the project into local.
In order to run the application Type the following command
cd rahul
npm install
npm run dev
The Application Runs on localhost:3000
- Next.js - A React framework with hybrid static & server rendering, and route pre-fetching, etc.
- Chakra UI - A simple, modular and accessible component library for React
- Three.js - 3D library for JavaScript
- Framer Motion - An animation library for React
$PROJECT_ROOT
│ # Page files
├── pages
│ # React component files
├── components
│ # Non-react modules
├── lib
│ # Static files for images and 3d model file
└── public
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
MIT License. Check out LICENSE for more detail.