This is my personal portfolio website built with Rect JS, Three JS and style-components.
Clone down this repository. You will need node
and npm
installed globally on your machine.
- Installation:
npm install
- To Start Server:
npm run dev
- Fork the repository.
- Clone your forked repository: git clone https://github.com/your-username/repository.git
- Create a new branch: git checkout -b feature/your-feature
- Issues
- Check if the issue already exists before opening a new one.
- Clearly describe the issue or feature request, including steps to reproduce if it's a bug.
- Fork the repository and create a new branch.
- Ensure your code is well-documented and adheres to the coding style.
- Test your changes thoroughly.
- Make sure your branch is up-to-date with the main branch.
- Submit a pull request with a clear title and description.
- Follow the coding style used in the project.
- Keep code clean and readable.
- Update documentation for any changes in functionality.
- Provide examples where necessary.
By contributing, you agree that your contributions will be licensed under the project's [LICENSE].
Thank you for your contribution!