Frontend for the Game Together application, built with the following technologies
.
├── README.md <-- You are here
│
├── src/ <-- Source code
│ ├── components/ <-- React components
│ ├── pages/ <-- Web pages
│
$ npm install
# development
$ npm run dev
# unit tests
$ npm run test