Skip to content

Files

Latest commit

e36b5b7 · Nov 7, 2022

History

History

rockpaperscissors-web

Rock, Paper, Scissors web

Software

This project has been developed with the following versions:

  • yarn 1.22.19
  • node v16.17.1
  • nvm 0.39.1

.env

First of all, copy the content of .env.sample and create a new .env.local file with the content inside

Installing dependencies

yarn install

How to build the project

yarn build

How to run the project

yarn start

How to test the project

Without coverage (just the tests):

yarn test

With the coverage

yarn test:coverage

TODO:

  • Explain project structure
  • Add more testing to the project and increase coverage
  • Add Dockerfile and docker-compose
  • Display player statistics
  • Refactor the code
  • Remove unused comments
  • Improve README
  • ...