# Create .env file
cp .env.example .env
# Fill in your Algolia keys
# Create containers
docker-compose up -d
# Install dependencies
yarn
# Build and watch
yarn build:watch
# Start server
yarn start:dev
- http://localhost:15673
- guest:guest
- redis://admin:[email protected]:6380
- Improve ingredient parsing (quantity, unit and label)