https://github.com/nirjan-dev/corona-tracker
corona tracking pwa
https://github.com/nirjan-dev/corona-tracker
Last synced: 3 months ago
JSON representation
corona tracking pwa
- Host: GitHub
- URL: https://github.com/nirjan-dev/corona-tracker
- Owner: nirjan-dev
- Created: 2020-05-27T05:32:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T10:22:17.000Z (about 2 years ago)
- Last Synced: 2025-07-03T22:05:25.232Z (12 months ago)
- Language: Vue
- Size: 7.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Corona (corona)
A PWA for tracking coronavirus cases
## 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).