update,
This commit is contained in:
29
jamespong14205/task1/project/002_notes/README.md
Normal file
29
jamespong14205/task1/project/002_notes/README.md
Normal 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
|
||||
|
||||
|
||||
```
|
Reference in New Issue
Block a user