- start mongodb server
docker-compose -f docker-compose.dev.yaml up -d
- yandex service
cd services/yandex
- create a .env file by copying and adjusting .env.example
cp .env.example .env
- download packages and start yandex service
yarn
yarn dev
- client
cd services/client
- create a .env.development file by copying and adjusting .env.example
cp .env.example .env.development
- download packages and start client
yarn
yarn dev
Please feel free to contribute. For new features, first open an issue to discuss what you want.
MIT