SuperFarmer is an online implementation of childhood games. Created thanks to the socket.io library. It can be played by 2 to 6 players.
To run: In the project directory, you can run:
cd Animals-fronend
npm install
npm start
To build:
cd Animals-fronend
npm run build
cd Animals-backend
npm install
npm start