From 8cf027cb927229bc5a63b7b7df6383c4a0dacba2 Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Wed, 10 Jan 2024 10:35:06 -0600 Subject: [PATCH] Update README.md Signed-off-by: Josh Pigford --- README.md | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/README.md b/README.md index 7426d1d2..0d818304 100644 --- a/README.md +++ b/README.md @@ -116,28 +116,6 @@ yarn prisma:migrate && yarn prisma:seed # Terminal 3 - after apps are running # Reference -## Deployments and CI/CD - -[See this wiki page](https://github.com/maybe-finance/maybe-app/wiki/Render-Deployments) for an overview of how deployments work. - ## Authentication -[See this wiki page](https://github.com/maybe-finance/maybe-app/wiki/Auth0) for an explanation of how authentication/authorization works in this codebase. - -## BullMQ Message Queue - -[See this wiki page](https://github.com/maybe-finance/maybe-app/wiki/Background-Workers) for an overview of BullMQ and how it is used within the repo. - -## Feature Flags - -[See this wiki page](https://github.com/maybe-finance/maybe-app/wiki/Feature-Flags) for an overview of how we use feature flags. - -## Testing Intercom Locally - -``` -yarn dev:services:all -yarn dev -ngrok http --region=us --hostname=localhost.maybe.co 4200 -``` - -Visit `https://localhost.maybe.co` +[See this wiki page](https://github.com/maybe-finance/maybe/wiki/Auth0) for an explanation of how authentication/authorization works in this codebase.