Welcome to the Nekomancer Portfolio Website repository! This website is built with React JS, Three JS, and styled-components.
Explore the live version of the website by clicking here.
To set up this project on your local machine, follow these steps:
Make sure you have the following software installed:
- Node.js
- npm (Node Package Manager)
- Clone this repository to your local machine:
git clone https://github.com/your-username/nekomancer-portfolio.git
- Navigate to the project directory:
cd nekomancer-portfolio
- Install project dependencies:
npm install
To start the development server and view the project locally, run the following command:
npm run dev
We welcome contributions to improve this project. Follow these guidelines if you'd like to contribute:
- Fork this repository to your GitHub account.
- Clone your forked repository to your local machine:
git clone https://github.com/your-username/nekomancer-portfolio.git
- Create a new branch for your feature:
git checkout -b feature/your-feature
Before opening a new issue, check if it already exists. When reporting issues or feature requests:
- Clearly describe the problem or feature request.
- Provide steps to reproduce if it's a bug.
When submitting a pull request, make sure to:
- Keep your code well-documented and adhere to the project's coding style.
- Thoroughly test your changes.
- Ensure your branch is up-to-date with the main branch.
Provide a clear title and description for your pull request.
Follow the coding style used in the project to maintain clean and readable code.
Update the 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!