Game to train to count fast without calculators written with NodeJS.
docker.
- Clone the repository
git clone https://github.com/EvorsioDev/FastCounting fast-counting- Cd into
fast-counting
cd fast-counting- Build docker container
docker built . -t fast-counting- Run docker container
docker run --rm -d -p 8080:3000 fast-counting:latest