File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ You can run the UI and access the Coder dashboard in two ways:
23
23
In both cases, you can access the dashboard on ` http://localhost:8080 ` . If using
24
24
` ./scripts/develop.sh ` you can log in with the default credentials.
25
25
26
+ > [ !TIP]
27
+ >
26
28
> ** Default Credentials:** ` admin@coder.com ` and ` SomeSecurePassword! ` .
27
29
28
30
## Tech Stack Overview
@@ -97,7 +99,7 @@ tests for these states with `*.stories.ts` files.
97
99
98
100
We use [ TanStack Query v4] ( https://tanstack.com/query/v4/docs/react/quick-start )
99
101
to fetch data from the API. Queries and mutation should be placed in the
100
- ` api/queries ` folder.
102
+ api/queries folder.
101
103
102
104
### Where to fetch data
103
105
@@ -237,6 +239,7 @@ module would only make sense in the Coder codebase.
237
239
- Component
238
240
- Simple
239
241
- Atomic, used in multiple places
242
+ - Generic, would be useful as a component outside of the Coder product
240
243
- Good Examples: ` Badge ` , ` Form ` , ` Timeline `
241
244
- Module
242
245
- Simple or Complex
You can’t perform that action at this time.
0 commit comments