Concurrent VEX Scheduler OSS
Concurrent is a VEX Scheduler using data from VEX DB (https://vexdb.io) Concurrent is an open source project, which means you can help developer new features!
VRC Toolkit from Team 839 (https://bit.ly/vrctoolkit)
- Branch off develop branch into your own branch
- Code your features (remember to test!)
- Pull request into develop branch.
- Wait for a maintainer approval
- Done!
Create a fork and make your own project!
Install React Native and Expo. A guide can be found here: https://reactnative.dev/docs/getting-started
Install Node JS and NPM: https://nodejs.org/en/
Navigate to Concurrent (either forked or checked out on you branch using git)
Run npm install
to install dependencies.
In Github: Create a new issue on what you are going to do. This makes tracking work more organized.