Skip to content
Snippets Groups Projects
Commit c6f69fc0 authored by timothycarambat's avatar timothycarambat
Browse files

add Docker setup to Readme.md

parent e114a90a
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,11 @@ This monorepo consists of three main sections: ...@@ -42,7 +42,11 @@ This monorepo consists of three main sections:
- a [Pinecone.io](https://pinecone.io) free account*. - 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. *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. - `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. - 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. - `cd frontend && yarn install && cd ../server && yarn install` from the project root directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment