https://github.com/homocodens/matchmaker
https://github.com/homocodens/matchmaker
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/homocodens/matchmaker
- Owner: HomoCodens
- Created: 2020-10-04T18:52:57.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-10-04T19:09:38.000Z (almost 6 years ago)
- Last Synced: 2024-12-27T07:12:12.244Z (over 1 year ago)
- Language: JavaScript
- Size: 594 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matchmaker (matchmaker)
Easy as evaluation of speed dating results
## Install the dependencies
```bash
yarn
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn run lint
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).