This commit is contained in:
louiscklaw
2025-01-31 21:39:17 +08:00
parent 2e592cb561
commit c8cd212029
89 changed files with 9078 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# README
### known background requirement
1. align `.wslconfig` for below parameters
```
[wsl2]
memory=4G
processors=4
swap=16G
```
### start development/demo server
```bash
# 1. start docker
$ ./dc_up.sh
# 2.
$ docker compose exec -it client bash
# 3. into client, spin up dev server
$ yarn demo
# 4. brows localhost -> http://localhost
```