wasm-test/README.md

31 lines
253 B
Markdown

# PENGER PARTY
Let's penger together
# Build
```console
npm i
./build.sh
```
# Play
```console
npm run start
```
or
```console
node server.js
```
or
```console
docker-compose up -d
```
then go to [http://localhost:6969](http://localhost:6969)