This project is an application with a suggestions input box for searching issues for React’s repo
The input and results are navigatable via keyboard shortcuts. Each result can be found through issue’s title, labels or description.
You can watch a live demo of the component in this link.
- Docker
- AWS Credentials
First, create a .secrets folder and env.list file
You must set the variables
To build the develop container
./cli-tools.sh --build-onlyTo init the develop container run
./cli-tools.shTo display CLI Tools options
cli-tools --helpTo install dependencies
cli-tools --install-dependenciesTo start the project
cli-tools --startTo start the test suites
cli-tools --testTo init the terraform project
cli-tools --terraform-initTo create terraform plan
cli-tools --terraform-planTo apply the terraform plan
cli-tools --terraform-apply










