Stoplight challenge to make a custom component for a stoplight system, with custom delays / starting states / timers.
- Install Yarn version 3.6.3 if you haven't already
- Clone this repo
# https
https://github.com/Trifall/stoplight-challenge.git
# or ssh
git@github.com:Trifall/stoplight-challenge.git
- Install dependencies
yarn install
- Run development server
yarn dev
- Compile build
yarn build