An open API service indexing awesome lists of open source software.

https://github.com/quentinroy/track-recorder

A small web application to draw 2D strokes and export them as csv files.
https://github.com/quentinroy/track-recorder

csv-export gesture logging recorder stroke

Last synced: 3 months ago
JSON representation

A small web application to draw 2D strokes and export them as csv files.

Awesome Lists containing this project

README

          

# Track-Recorder

A small web application to draw 2D strokes and export them as csv files.

## Install

This project requires [`node.js`](https://nodejs.org) and [`yarn`](https://yarnpkg.com).

```sh
git clone https://github.com/QuentinRoy/Track-Recorder.git
cd Track-Recorder
yarn install
```

## Build

```sh
yarn build
```

Creates the `build` directory containing the application's files.

## Serve

```sh
yarn serve
```