App designed to find nearby basketball courts for pick-up games. Starting off as an Austin-based project with plans for expansion to other areas as development continues.
I'd love your help with this project. The steps below should get you going. If not, make a contribution by updating the docs!
This project makes use of several api keys, each of which is stored in a .env file that isn't pushed to GitHub for security reasons. You can register for keys by using the following links. Dark Sky API Google Places API
You will also need to make use of Firestore. Follow the directions for getting started with web to create your database for testing.
- Fork the project by clicking the Fork button up at the top of the screen.
- Clone your fork with
git clone [code-you-copied-from-clone-button]
cd pickup
to make sure you are in the right directory- Add an
upstream
remote for keeping your local repo up-to-date:
git remote add upstream https://github.com/chrisdesilva/pickup.git
- Run
npm install
to install project dependencies. - In the root directory, create a new file called
.env
- Copy the variables from
.env.sample
into your .env file and update with your keys - Run
npm start
to start your dev environment - Start contributing!
When you're ready to add your changes to the project, submit a pull request.
If you've got any ideas for making the app better, submit an issue. Thanks for helping out!