README
Smart Drive
How to install
npm install
How to run
npm start
Open your browser at http://localhost:8080
How to test
npm runt test
Lints and fixes files
npm run lint
Compiles and minifies for production
npm run build
How to deploy
We follow gitflow
as a branching model for Git (more info)
Whenever we are ready to push to master (after merging a release branch), gitlab will trigger automatically and deploy the Docker container using gitlab-ci.yml
which is used by GitLab Runner to manage your project's jobs.
Customize configuration
Versioning
We use SemVer for versioning.
Troubleshooting
Please help the community.