# install
yarn install
# development
yarn run dev
# production
yarn run build
# https://github.com/http-party/http-server
# version >= 14
cd docs && http-server -p 8080 .
.
├── LICENSE
├── README.md
├── app # FE
│ ├── image
│ ├── utils.ts
│ └── index.ts
├── package.json
├── public # static files
│ └── index.html
├── wasm
│ ├── pkg # wasm-pack compiled product
│ ├── src
│ └── target # rust target
├── webpack.config.js
└── yarn.lock