Software development pairing management
Big shoutout to the following people for helping to guide the direction that Parrit took. Core contributors also please feel free to add others to the core contributor list for those who significantly shape the direction of Parrit.
- Gradle
- Spring.io
- React.js
- Browserify
- Interact.js
Clone into a new repo, cd into that folder
$ npm install
$ ./gradlew
Note that ./gradlew
is preferred over the gradle
command. Using gradle
will fail with errors if the executable on your $PATH
is newer than 2.13
or so, because of the removal of StyledTextOutputFactory around version 2.14-rc1.
Before running tests make sure that a database called test exists
Build the static (JS and CSS) before attempting to run the application
$ ./gradlew jsBuild
This assumes that you have a psql database on port 5432 with username pivotal and no password.
If all of the tests pass, run the project as a spring project using your preferred method. To run the spring boot app locally using gradle, enter the following
$ ./gradlew bootRun
We have a tracker backlog, feel free to pick up a story. If you want need clarification on it and/or want help pointing it, shoot me an email [email protected]
To configure Google Analytics, set your tracking ID:
GOOGLE_ANALYTICS_TRACKING_ID=UA-XXXXXXXX-X
$ ./gradlew deploy