A Quasar Framework app
npm install
quasar dev
npm run lint
npm run format
quasar build
See Configuring quasar.conf.js.
The repository can be found on github via the following link: https://github.com/SilentNotaryEcosystem/Ubixpay-logics/tree/development
There are two main branches in the repository.
main - it is the branch where the tested version is located.
development - it is the branch where all developers' branches merge - the product is being tested in this branch.
The creation of branches to perform tasks is done from the development branch. The naming is accomplished according to the following example:
task/{name of the task from JIRA}
For example:
task/UBIX-32
After completing the tasks, you need to upload the branch with commits to the repository. Also, It is necessary to remember to notify the colleagues about it - in the chat.
If, in the working process, there are updates to the development branch, then it is necessary to upload the changes. This will as well be announced in the chat.
The general rule is a daily morning check of changes in the development branch. This applies in case automatic notification is not provided on your IDE.