update,
This commit is contained in:
33
jamespong14205/task1/README.md
Normal file
33
jamespong14205/task1/README.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# README
|
||||
|
||||
### known background requirement
|
||||
|
||||
1. align `.wslconfig` for below parameters
|
||||
|
||||
```
|
||||
[wsl2]
|
||||
memory=4G
|
||||
processors=4
|
||||
swap=16G
|
||||
```
|
||||
|
||||
### start development/demo server
|
||||
|
||||
```bash
|
||||
# backup
|
||||
$ node ./backup.js
|
||||
|
||||
# 1. start docker
|
||||
$ ./dc_up.sh
|
||||
|
||||
# 2.
|
||||
$ docker compose exec -it client bash
|
||||
|
||||
# 3. into client, spin up dev server
|
||||
$ yarn
|
||||
$ yarn demo
|
||||
|
||||
# 4. brows localhost -> http://localhost
|
||||
|
||||
|
||||
```
|
Reference in New Issue
Block a user