The information below pertains to developers and other coding enthusiasts who would like to set up a running instance of the Open Library Environment project from Github.
Step-by-step guide
- Checkout OLE code from github
- Switch to the appropriate branch
- Launch your favorite IDE and start OLE (IntelliJ IDEA instructions- coming soon!)
- Ongoing Development
- Fork your copy
- Make changes to your local copy
- Push changes to your forked repository
- Create a pull request
- Core Committers
- Review pull requests
- Direct Diff
- Fetch changes locally
- Review
- Merge
- Push
- Review pull requests
Related articles