Thank you for your interest in contributing to Routerunner! I appreciate your time and effort in helping me improve this app. 🙌
To contribute to Routerunner, you'll need to clone the project and install its dependencies. Here are the basic steps:
- Clone the repository to your local machine using Git.
- Install the required dependencies by running
npm install
in the project directory. - Launch the app on your local machine by running
npm start
.
If you're new to React or need help setting up your development environment, check out the React documentation for getting started or installation.
You can find the production build of Routerunner at keetonmartin.com/routerunner.
Please follow these guidelines when contributing to Routerunner:
- Create a new branch for each feature or bug fix you work on.
- Write clear commit messages that describe the changes you've made.
- Keep your pull requests small and focused on a single issue or feature.
- If you're making significant changes, consider opening an issue first to discuss them with me.
We welcome contributions of all types, whether it's a bug fix, a new feature, or improvements to our documentation. If you have an idea for a feature, feel free to open an issue to discuss it further!
Thank you for your help in making Routerunner better for everyone!