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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,19 @@ Uses functional pattern of:
35
35
1. Simple structural representation of the pieces state. Board/Word/Letter.
36
36
1. Immutable functions per module for mutating the state for easier reasoning about state changes.
37
37
1. Smart immutable - tree include changed branch and unchanged branches - So change detection will stop at unchanged branches.
38
+
39
+
## Development
40
+
41
+
### Running Development Server
42
+
43
+
```shell
44
+
pnpm install
45
+
```
46
+
47
+
```shell
48
+
pnpm dev
49
+
```
50
+
51
+
### Deployment
52
+
53
+
There is an automatic deployment that is done through github workflow. Each push to `main` will activate the workflow and try to deploy to Github pages.
0 commit comments