https://github.com/changkun/qux
A Quantified UX Metric
https://github.com/changkun/qux
Last synced: 11 months ago
JSON representation
A Quantified UX Metric
- Host: GitHub
- URL: https://github.com/changkun/qux
- Owner: changkun
- License: mit
- Created: 2018-07-03T11:02:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T11:13:26.000Z (over 7 years ago)
- Last Synced: 2025-01-04T23:17:48.938Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Quantifid UX Metric
This repository implements [a research paper](http://www.medien.ifi.lmu.de/forschung/publikationen/detail?pub=lachner2016nordichi) of quantified UX metric.
## Development
To run the project on local:
```bash
brew isntall mongodb # install mongodb
brew services start mongodb # start mongodb service
cd server/database && ./import.sh && cd ../.. # init database
npm install # install dependencies
npm run server # run server shell-1
npm start # run frontend shell-2
```
Then you can access the website the website via `localhost:3000`.
## Deployment
You don't.
## License
Changkun Ou © [MIT](./LICENSE)