Poison is a React app of drink receips built on www.thecocktaildb.com APIs.
The app is available on https://battistar.github.io/poison/.
You can setup and run the application in your local environment in different ways:
Move in dev folder and make executable run.sh:
sudo chmod +x run.shThen you can build the Docker image and run the container by:
./run.sh startOpen http://localhost:3000 to view the application in the browser.
To teardown the environment run:
./run.sh stopFirst setup nvm, then move in the main folder, where the .nvmrc file are in, and run:
nvm useNow you can run the application in dev mode:
npm startOpen http://localhost:3000 to show it in the browser.
Every push on the master branch, trigger a GitHub action that check the code validity and push a new version of it on GitHub pages.