-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Trevor Rife edited this page Jan 7, 2025
·
4 revisions
- Install Android Studio: https://developer.android.com/studio/install
- Start Android Studio, then use the toolbar to select
File->New->Project from Version Control - Enter
https://github.com/PhenoApps/Coordinate.git - Android Studio will clone Coordinate into its
AndroidStudioProjectsdirectory, and then prompt to open it in the existing window or in a new window. - Once opened, Coordinate can be explored using the navigation bar, edited in the editor window, and built via the build menu in the toolbar.
Install prerequisites:
- git (in order to clone the repository)
- Java Development Kit (JDK) (in order to compile the java source code)
Clone the Coordinate repository:
git clone https://github.com/PhenoApps/Coordinate.gitExplore and edit the project using your preferred editor. Build the project using:
./gradlew buildThe Markdown files and images in the docs subdirectory are used to assemble the user documentation. Anytime they are updated, a new Docsify build is generated and published to coordinate.phenoapps.org. Sample grid and template files can be optionally imported when installing Coordinate.