$ docker-compose up
Server:
$ cd server/
$ npm test
Client:
$ cd client/
$ npm test
and follow the instructions.
- Frontend Overhaul.
- Bring back reducer tests removed after major refactor.
- Allow Boards to be modified and deleted.
- Implement login.
- Extend task contents.
- ...