Awesome
<h1 align="center">Welcome to github-method 👋</h1> <p> <img alt="Version" src="https://img.shields.io/badge/version-0.0.1-blue.svg?cacheSeconds=2592000" /> <img src="https://img.shields.io/badge/node-%3E%3D%2012.16.1-blue.svg" /> <img src="https://img.shields.io/badge/npm-%3E%3D%206.13.4-blue.svg" /> <img src="https://img.shields.io/badge/yarn-%3E%3D%201.22.4-blue.svg" /> <a href="https://www.mit.edu/~amini/LICENSE.md" target="_blank"> <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" /> </a> </p>Habit tracker social media base on Github concept
✨ Demo
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
yarn
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Lint the files
yarn run lint
Build the app for production
quasar build
Customize the configuration
See Configuring quasar.conf.js.
Author
👤 Carlos Tovar cartovarc@gmail.com
- Website: https://www.carlos-tovar.me
- Github: @cartovarc
- LinkedIn: @carlos-fernando-tovar-ceron
🤝 Contributing
Contributions, issues and feature requests are welcome!<br />Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2020 Carlos Tovar cartovarc@gmail.com.<br /> This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator