Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cartovarc/github-method
Cool habit tracker
https://github.com/cartovarc/github-method
Last synced: 8 days ago
JSON representation
Cool habit tracker
- Host: GitHub
- URL: https://github.com/cartovarc/github-method
- Owner: cartovarc
- License: mit
- Created: 2020-04-23T06:55:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T04:30:36.000Z (over 4 years ago)
- Last Synced: 2024-08-02T00:25:45.656Z (3 months ago)
- Language: Vue
- Homepage: https://github-method.web.app
- Size: 438 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- quasar-awesome - github - method.web.app/) | Cool habit tracker based on Github concept | v1 | (Awesome Quasar [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Tutorials)
README
Welcome to github-method 👋
> Habit tracker social media base on Github concept
### ✨ [Demo](https://github-method.web.app/)
## Prerequisites
- node >= 12.16.1
- npm >= 6.13.4
- yarn >= 1.22.4## Firebase credentials
You need _firebase-config.js_ credentials inside _credentials_ folder. Check *firebase-config-example.js*
## 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).
## Author
👤 **Carlos Tovar **
- Website: https://www.carlos-tovar.me
- Github: [@cartovarc](https://github.com/cartovarc)
- LinkedIn: [@carlos-fernando-tovar-ceron](https://linkedin.com/in/carlos-fernando-tovar-ceron)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/cartovarc/github-method/issues). You can also take a look at the [contributing guide](https://github.com/cartovarc/github-method/blob/master/CONTRIBUTING.md).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2020 [Carlos Tovar ](https://github.com/cartovarc).
This project is [MIT](https://www.mit.edu/~amini/LICENSE.md) licensed.---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_