wasm-test/README.md

31 lines
253 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
2024-11-20 09:16:53 +01:00
npm run start
```
or
```console
node server.js
2024-11-18 16:19:56 +01:00
```
or
```console
docker-compose up -d
```
2024-11-18 16:23:18 +01:00
then go to [http://localhost:6969](http://localhost:6969)