Skip to content

Baton-donation/app

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@baton/app

codecov

Baton is a simple app that allows AAC software users to upload data for research purposes.

Currently, Baton supports extracting data from:

  • Dasher
  • Grid 3
  • Plain text files
  • Tobii Communicator
  • Predictable

We plan to add additional supported apps in the future.

Usage

Download and install a recent release. There's a short setup wizard upon the first open.

Development

First, copy .env.example to .env and modify as necessary. Then:

# install dependencies
yarn install

# start in development mode
yarn dev

To build new releases, increment the version (without tagging) with npm --no-git-tag-version version [major|minor|patch]. Then, create a draft release on the GitHub repository and push. The app will then be built and available under the draft release. Once the next version is ready, publish the draft. GitHub will automatically tag the correct commit.