Quickly define API resources for production usage or prototyping.
REACT_RECAPTCHA_SITE_KEY
should be set to your Google ReCaptcha, it will not work without the correct secret key.
$ make build
$ make up
# specify port without Makefile
$ docker run -d --restart=always -p 127.0.0.1:5000:80 anothernick/machinable-ui:0.1.0
$ yarn install
$ yarn start
# rebuild image without cache
$ make rebuild
# stop running container
$ make stop
# remove running container
$ make remove
# stop and remove container, images, and volumes
$ make clean
Requires a .npmrc
file for Font Awesome PRO icons. The contents of the file should look like:
@fortawesome:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken={pro token}