This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Frontend for carggregator, a second-hand car ads aggregator.
carggregator-web uses a number of open source projects to work properly:
- React - A declarative, efficient, and flexible JavaScript library for building user interfaces.
- Reactive Search - Search UI components for React and Vue.
And of course carggregator-web itself is open source with a public repository on GitHub.
Want to contribute? Great!
carggregator-web uses git-flow to structure its repository! Open your favorite Terminal and run these commands.
Initialize git-flow:
bash .bin/git_gitflow.sh initStart a new feature:
git flow feature start Issue-XFinish a feature:
git flow feature finish Issue-XBuild the image:
make buildDeploy web:
make upStop web:
make downGNU General Public License v3.0