- Git
- Docker CE
- Latest Node LTS
- Latest stable version of Yarn
Clone the project https://github.com/frandzdy/talkto
Environment setup
- Create
.env.localconfiguration file - Set needed variables
Build container, start-project and install dependencies
Run the following command from the project root:
make docker-start
make install