Stoplight React Challenge Overview

Stoplight challenge to make a custom component for a stoplight system, with custom delays / starting states / timers.

Installation

  1. Install Yarn version 3.6.3 if you haven't already
  2. Clone this repo
# https
https://github.com/Trifall/stoplight-challenge.git

# or ssh
git@github.com:Trifall/stoplight-challenge.git
  1. Install dependencies
yarn install
  1. Run development server
yarn dev
  1. Compile build
yarn build