# 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 ```