https://github.com/codybontecou/eye-tracking
Webapp to track users eye
https://github.com/codybontecou/eye-tracking
Last synced: 3 months ago
JSON representation
Webapp to track users eye
- Host: GitHub
- URL: https://github.com/codybontecou/eye-tracking
- Owner: CodyBontecou
- Created: 2021-05-19T04:00:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T04:01:27.000Z (about 4 years ago)
- Last Synced: 2024-12-29T10:33:49.845Z (5 months ago)
- Language: Vue
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eye-map
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).