portray or describe (something) precisely.
[PROJECT_DESCRIPTION]
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
- About The Project
- Built With
- Getting Started
- Usage
- Infrastructure
- Roadmap
- Contributing
- License
- Acknowledgements
The repo description should be added here and describe at least:
- Purpose of the repo e.g. problem/opportunity statement
- High level description of the overall approach/solution
Further logos can be inserted to highlight the specific technologies used to create the solution from here.
To get a local copy up and running follow these simple steps.
This repo follows the principle of minimal manual setup of the local development environment, and utilises devcontainer.
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
A boilerplate docker-compose file is provided that can be used to manage local environment services. The stack can be found at ops/local/stack.yaml.
# stands up the local services
task local:up
# tears down the local services
task local:downA boilerplate configuration is provided for using terraform configuration to provision cloud infrastructure. tfenv is used to select the version of terraform to use. The repo template provides a single component in ops/cloud/component.
# plans the network terraform config
task cloud:plan LAYER=component
# auto approves applying the network terraform config
task cloud:apply LAYER=componentSee the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
If you would like to contribute to any delineate.io OSS projects please read:
Distributed under the MIT License. See LICENSE for more information.
