You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,31 @@ Welcome to your new TanStack app!
2
2
3
3
# Getting Started
4
4
5
-
To run this application:
5
+
First, request the `.env` and `historicalImporter.ts` files from a friend and put them in the project root.
6
+
7
+
Download and activate services:
6
8
7
9
```bash
8
10
flox activate
9
11
flox services start
10
12
npx prisma db push
11
-
pnpm import-historical // You'll need to place the historicalImporter.ts into the root folder
13
+
pnpm import-historical
12
14
pnpm install
13
15
pnpm dev
14
16
```
15
17
18
+
If this is the first time you're running the app, you'll need to sync from Deel and import historical data. The CURL request requires a bearer token - get that from a friend as well.
0 commit comments