diff --git a/README.md b/README.md index 92b5bd9..7feac48 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,18 @@ Before you can run the project, you'll need to setup a This starter project works with [convex](https://www.convex.dev) so to run you need to use the [.env.example](.env.example) file to create your own .env file. +In convex, please add the following environment variables: + +- `npx convex env set MOCK_OPEN_AI true` + +also, you may need to run, but I think the initial setup does that. + +`npx @convex-dev/auth` to get the proper convex jwks setup + ## Deployment When deploying you need to set the HOSTNAME of the application to your FQDN, such as `https://you-domain.com` - ## Join the community Want to help build on this project? diff --git a/components/SignInMethodDivider.tsx b/components/SignInMethodDivider.tsx deleted file mode 100644 index 0f8be23..0000000 --- a/components/SignInMethodDivider.tsx +++ /dev/null @@ -1,14 +0,0 @@ -export function SignInMethodDivider() { - return ( -
-
- -
-
- - Or continue with - -
-
- ); -}