wasm-test/README.md

25 lines
214 B
Markdown
Raw Normal View History

2024-11-18 15:59:28 +01:00
# PENGER PARTY
2024-10-14 21:57:04 +02:00
2024-11-18 15:59:28 +01:00
Let's penger together
2024-11-18 16:19:56 +01:00
# Build
```console
npm i
./build.sh
```
# Play
```console
npm start
```
or
```console
docker-compose up -d
```
2024-11-18 16:23:18 +01:00
then go to [http://localhost:6969](http://localhost:6969)