add Docker setup to Readme.md

This commit is contained in:
timothycarambat 2023-06-13 13:25:56 -07:00
parent e114a90a17
commit c6f69fc0a6

View File

@ -42,7 +42,11 @@ This monorepo consists of three main sections:
- a [Pinecone.io](https://pinecone.io) free account*.
*you can use drop in replacements for these. This is just the easiest to get up and running fast. We support multiple vector database providers.
### How to get started
## How to get started (Docker - simple setup)
[Get up and running in minutes with Docker](./docker/HOW_TO_USE_DOCKER.md)
### How to get started (Development environment)
- `yarn setup` from the project root directory.
- This will fill in the required `.env` files you'll need in each of the application sections. Go fill those out before proceeding or else things won't work right.
- `cd frontend && yarn install && cd ../server && yarn install` from the project root directory.