forked from odk-x/app-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
18 lines (12 loc) · 675 Bytes
/
README
File metadata and controls
18 lines (12 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This repository contains the ODK-X Application Designer software.
Complete Android apps, including data entry, synchronization, and distribution,
can be written using HTML and JavaScript files. ODK-X Tables and ODK-X Survey will
serve these files as the skin of your app.
Projects intending to write a Tables app can clone this repository and use it
as a starting point.
Much of the boilerplate of app creation can be avoided by employing the Grunt
tasks specified in the Gruntfile.
For a more complete description of how to use this repository, please see our
user documentation at:
https://docs.opendatakit.org/odk-x/app-designer-intro/
Requires NodeJS 12 or higher.