CSWars is a personalized study tracker to monitor your progress!
Ensure that you have the latest version of npm installed:
npm install npm@latest -g
- Obtain a free API Key from your CW account
- Clone the repo
git clone https://github.com/JTrap-LLC/cs-wars.git
- Install NPM packages
npm install
- Enter your API, Oauth, and Database configurations/URIs
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature
) - Commit your Changes (
git commit -m 'Add feature'
) - Push to the Branch (
git push origin feature
) - Open a Pull Request