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
- Once you made some changes in either package (`headless` or `styled`) or the documentation website (`apps/website`), you will see them immediately reflected on the page.
67
67
68
-
- Alternitavely, if your only goal is to add a new component, or add new tests to an already exisiting component, you can run the component test server for significant speed improvements:
68
+
Alternatively, if your only goal is to add a new component, or add new tests to an already existing component, you can run the component test server for significant speed improvements:
69
69
70
70
```shell
71
71
pnpm dev.ct
72
72
```
73
73
74
-
-This mode is a lot more barebones and requires more background knowledge to use effectively, so keep the folling things in mind:
74
+
This mode is a lot more bare bones and requires more background knowledge to use effectively, so keep the following things in mind:
75
75
76
-
-Familirize yourself with the following directory structure:
76
+
-Familiarize yourself with the following directory structure:
-Remenber to follow the component test server's URL structure. The default message on the "home page" of the dev server is a reminder of how to use the address bar to view the file you want. By default it would have this structure:
88
+
-Remember to follow the component test server's URL structure. The default message on the "home page" of the dev server is a reminder of how to use the address bar to view the file you want. By default it would have this structure:
0 commit comments