Student Project 2018
- Application: Contain source code of cross-platform application
- IA: Contain information about IA
- Worker: Contain source code of fetching articles system
- API: Contain source code of API
All information about how to run different parts of project are inside README.md of each directory
(<type>): <subject>
<BLANK LINE>
<body>
- feat: Add new feature
- fix: Fix a bug
- perf: Code change that improve performances
- style: Change at style-level
- refactor: Code change that neither adds feature or fixes a bug
- reformat: Changes that do not affect the meaning of the code (white-space, lint, missing semi-colons, ...)
- docs: Documentation only changes
- test: Adding or update testing files
- update: Updating configuration file or NPM package
- build: Changing build workflow
Subject line contains succinct description of the change.
Describe each update, and mention all breaking changes