README.md
April 29, 2020 ยท View on GitHub
Welcome to github-method ๐
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!
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.
This project is MIT licensed.
This README was generated with โค๏ธ by readme-md-generator