Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Pigford <[email protected]>
  • Loading branch information
Shpigford authored Jan 10, 2024
1 parent e05dc6f commit 8cf027c
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8cf027c

Please sign in to comment.