DockerLocal is a GUI application that allows you to keep an up-to-date version of the docker compose file for interconnected repositories while doing development work on a single repository.
No Data
DockerLocal is a GUI application that allows you to keep an up-to-date version of the docker compose file for interconnected repositories while doing development work on a single repository.
These instructions will get you a copy of the project up and running on your local machine.
What things you need to install the software and how to install them
Mac/Linux A Github Personal Access Token
A step by step series of examples that tell you how to get a development env running
Run npm test in the terminal.
$ npm test
Currently, Jest CLI has set up to run all test suites and display individual test results with the test suite hierarchy.
We're using: - Jest, a test runner - Enzyme, a testing utility for React
In jest.config.js file: - ts-jest preset to compile Typescript to JavaScript - enzyme-to-json to convert Enzyme wrappers for Jest snappshot matcher.
Add additional notes about how to deploy this on a live system
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details