elvisgastelum / nu-order-task

Home Page:https://issues.elvisgastelum.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

portada

React Issues List

Demo CI/CD codecov

Description

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.

Demo

You can watch a live demo of the component in this link.

CLI Tools

Prerequisites

  • Docker
  • AWS Credentials

First, create a .secrets folder and env.list file

image

You must set the variables

image

To build the develop container

./cli-tools.sh --build-only

image

To init the develop container run

./cli-tools.sh

image

To display CLI Tools options

cli-tools --help

image

To install dependencies

cli-tools --install-dependencies

image

To start the project

cli-tools --start

image

To start the test suites

cli-tools --test

image

To init the terraform project

cli-tools --terraform-init

image

To create terraform plan

cli-tools --terraform-plan

image

To apply the terraform plan

cli-tools --terraform-apply

image

About

https://issues.elvisgastelum.com/


Languages

Language:JavaScript 66.6%Language:Shell 13.1%Language:HCL 11.8%Language:HTML 5.5%Language:Dockerfile 2.0%Language:CSS 1.0%