Installation: To run the application on your machine, follow the steps below:
1 - Clone this repository on your machine:
git clone git@github.com:guilhermemd/banda_classic_riders.git
2 - Enter the project folder:
cd banda_classic_riders
3 - Install Node dependencies:
npm install
4 - Run the App:
npm start
5 - Open your browser and access the URL:
http://localhost:3000
Contributions are always welcome! To contribute, follow the steps below:
- Fork this repository
- Create a branch with your feature or bug fix
- Commit your changes
- Push your changes to your forked repository
- Open a pull request to the original repository
- Thank you for contributing!