Skip to content

Frontend for carggregator, a second-hand car ads aggregator.

License

Notifications You must be signed in to change notification settings

eliseobao/carggregator-web

Repository files navigation

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

Your second-hand car easier than ever

Frontend for carggregator, a second-hand car ads aggregator.

TOC

Tech

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.

Development

Want to contribute? Great!

Git-Flow

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 init

Start a new feature:

git flow feature start Issue-X

Finish a feature:

git flow feature finish Issue-X

Docker

Build the image:

make build

Deploy web:

make up

Stop web:

make down

License

GNU General Public License v3.0

About

Frontend for carggregator, a second-hand car ads aggregator.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published