Skip to content

rahularepaka/rahul

 
 

Repository files navigation

Rahul - Porfolio Website

Website forked from craftzdog

Live WebSite URL

The WebSite is deployed in https://www.rahularepaka.com/

Click on the link to see the website.

Cloning and Running the Application in local

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

Stack

  • 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 structure

$PROJECT_ROOT
│   # Page files
├── pages
│   # React component files
├── components
│   # Non-react modules
├── lib
│   # Static files for images and 3d model file
└── public

Ways to contribute

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

Please abide by Contributing Guidelines and Code of Conduct.

License

MIT License. Check out LICENSE for more detail.