README.md

April 29, 2020 ยท View on GitHub

Welcome to github-method ๐Ÿ‘‹

Version License: MIT

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

๐Ÿค 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