https://github.com/kholodihor/charity
A Vue.js charity app using Firebase for real-time, category-based donations and MapLibre to display branches..
https://github.com/kholodihor/charity
firebase maplibre pinia playwright typescript vitest vue
Last synced: 4 months ago
JSON representation
A Vue.js charity app using Firebase for real-time, category-based donations and MapLibre to display branches..
- Host: GitHub
- URL: https://github.com/kholodihor/charity
- Owner: kholodihor
- Created: 2022-04-12T16:23:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T06:48:23.000Z (about 1 year ago)
- Last Synced: 2025-06-06T07:27:39.143Z (about 1 year ago)
- Topics: firebase, maplibre, pinia, playwright, typescript, vitest, vue
- Language: HTML
- Homepage: https://charity-plum-zeta.vercel.app/
- Size: 44.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# charity
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).