The frontend for the Cards 110 application
An instance of Cards 110 API must be available An instance of Cards 110 Websocket Service must be available You will also need an application and API configured in Auth0.
All of the above can be configured in the .env
file.
- NPM >=v14
- Yarn
- React
To build locally run yarn && yarn build
To build the docker image run docker build . -t cards110-frontend
To run locally built docker image run docker run -d -p 3000:80 --env-file .env --name cards110-frontend cards110-frontend