Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.27 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.27 KB

Traffic Cut Notifier Awesome

📜 Introduction

Consuming OpenData from the Malaga city council, it applies to any OpenData source, informing the user of traffic cuts in the city.

👥 Development methodology

  • Git Flow
    • It are a set of git extensions to provide high-level repository operations for branching model
    • See more info at workflow
  • Git conventions
    • The method to keep only one style to push commit at origin
    • Automatically generating CHANGELOGs
    • See more info at conventional commits

💻 Execute development environment

A Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration. See Configuration Reference.

💻 Execute application environment

We can change parameters to run in .env file and performance configuration step:

docker-compose config

The next step must be to build images and run containers:

docker-compose up