Skip to content

Commit 07dd020

Browse files
authored
Update README.md
1 parent a637498 commit 07dd020

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,19 @@ Uses functional pattern of:
3535
1. Simple structural representation of the pieces state. Board/Word/Letter.
3636
1. Immutable functions per module for mutating the state for easier reasoning about state changes.
3737
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

Comments
 (0)