Updating the README files to be a bit more comprehensive

This commit is contained in:
Keith Stevens
2022-12-21 13:15:44 +09:00
parent c6b00365fd
commit 4ad46a45e4
2 changed files with 97 additions and 31 deletions
+2 -6
View File
@@ -1,18 +1,14 @@
# End to End Demo
This sets up an entire stack needed to run Open Assistant, including the website, backend, and associated dependent services.
This sets up an entire stack needed to run Open Assistant, including the
website, backend, and associated dependent services.
To start the service, do the following:
```sh
docker compose up --build
cd ../../website
npx prisma db push
```
NOTE: we're working on making the prisma step integrated into the docker
initialization process.
Then, navigate to `http://localhost:3000` and interact with the website. When
logging in, navigate to `http://localhost:1080` to get the magic email login
link.