Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
A small web application to draw 2D strokes and export them as csv files.
- Host: GitHub
- URL: https://github.com/quentinroy/track-recorder
- Owner: QuentinRoy
- License: mit
- Created: 2017-07-22T08:25:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T08:17:59.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T00:04:48.220Z (7 months ago)
- Topics: csv-export, gesture, logging, recorder, stroke
- Language: Vue
- Homepage: https://quentinroy.fr/misc/track-recorder
- Size: 2.47 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```