Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 5 days 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
```