Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.59 KB

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 1.59 KB

✈️ Routerunner ✈️

Thank you for your interest in contributing to Routerunner! I appreciate your time and effort in helping me improve this app. 🙌

🏃‍♂️ Getting Started

To contribute to Routerunner, you'll need to clone the project and install its dependencies. Here are the basic steps:

  1. Clone the repository to your local machine using Git.
  2. Install the required dependencies by running npm install in the project directory.
  3. 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.

🚀 Contributing Guidelines

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!