File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,10 @@ Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).
40
40
- [ TypeScript] ( https://www.typescriptlang.org/ ) for static type checking
41
41
- [ ESLint] ( https://eslint.org/ ) for code linting
42
42
- [ Prettier] ( https://prettier.io ) for code formatting
43
+ - [ TurboRepo] ( https://turbo.build/repo/docs ) for easily managing monorepo
43
44
- [ shadcn/ui] ( https://ui.shadcn.com/ ) for CSS
44
45
- [ Zod] ( https://zod.dev/ ) for validation
46
+ - [ TanStack Query] ( https://tanstack.com/query/latest/docs/framework/react/overview ) for querying
45
47
46
48
## Getting Started
47
49
@@ -53,6 +55,17 @@ To build all apps and packages, run the following command:
53
55
pnpm build
54
56
```
55
57
58
+ ### Setup Environment Variables
59
+
60
+ Each ` project/apps ` has a ` .env ` that you should create.
61
+ Copy the ` .env.example ` file in each of these apps to create a new ` .env ` file:
62
+
63
+ ``` bash
64
+ $ cp .env.example .env
65
+ ```
66
+
67
+ Then, replace the variables accordingly.
68
+
56
69
### Develop
57
70
58
71
To develop all apps and packages, run the following command:
You can’t perform that action at this time.
0 commit comments