- node v14.17.4 and above
- yarn 1.22.18 and above
- React 16.8.6
- Then install the various packages from package.json
yarn install
- Click the settings icon on the top right.
- To switch off the light click on the Play button and vice versa.
-
From you terminal run commands below depending on the application environment:
-
Development:
docker-compose -f docker-compose-dev.yml up --build
. -
Production:
docker-compose -f docker-compose-prod.yml up --build
.
Author:
- Joseph Wambua - Initial work - mutuajoseph
Status: Done with most of the solution in the requirements.
Version: v0.1.0
React Version: 16.8.6 and above