https://github.com/siaikin/github-contributions-infoviz
Not yet. Will be added later
https://github.com/siaikin/github-contributions-infoviz
bar-chart-race data-visualization data-visualization-project data-viz github-contribution-graph github-contributions github-stats
Last synced: 28 days ago
JSON representation
Not yet. Will be added later
- Host: GitHub
- URL: https://github.com/siaikin/github-contributions-infoviz
- Owner: siaikin
- License: mit
- Created: 2023-12-11T09:02:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T15:02:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T08:14:30.228Z (about 1 year ago)
- Topics: bar-chart-race, data-visualization, data-visualization-project, data-viz, github-contribution-graph, github-contributions, github-stats
- Language: TypeScript
- Homepage: https://github-contributions-infoviz.netlify.app/
- Size: 712 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quasar App (quasar-project)
A Quasar Project
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Format the files
```bash
yarn format
# or
npm run format
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).