The goal of this project is to...
- To install dependencies, run the following:
[SOME SCRIPT]
- To start the app, run the following:
[SOME_SCRIPT]
- To run unit tests, run the following:
[SOME SCRIPT]
- Fork the Project
- Create your Feature Branch (
git checkout -b feature_a
) - Commit your Changes (
git commit -m 'Added new feature_a'
) - Push to the Branch (
git push origin feature_a
) - Open a Pull Request