Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Oct 4, 2024
1 parent 1b7875f commit 5f7d639
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
4 changes: 3 additions & 1 deletion apps/engine/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ dist
package-lock.json
yarn.lock
pnpm-lock.yaml
bun.lockb
bun.lockb

logos
20 changes: 19 additions & 1 deletion apps/engine/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
### Engine
### Engine

### Download Logos

```
bun tasks/download-teller.ts
```

### Sync CDN

```
rclone copy logos r2demo:engine-assets -v --progress
```

### Import Institutions

```
bun tasks/import.ts
```
2 changes: 1 addition & 1 deletion apps/engine/tasks/get-institutions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export async function getPlaidInstitutions() {

export async function getInstitutions() {
const data = await Promise.all([
getGoCardLessInstitutions(),
// getGoCardLessInstitutions(),
getTellerInstitutions(),
getPlaidInstitutions(),
]);
Expand Down
2 changes: 1 addition & 1 deletion apps/website/src/components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function Hero() {
<p className="text-xs text-[#707070] mt-8 font-mono">
Used by over{" "}
<Link href="/open-startup" prefetch>
<span className="underline">8,100+</span>
<span className="underline">8,200+</span>
</Link>{" "}
businesses.
</p>
Expand Down

0 comments on commit 5f7d639

Please sign in to comment.