8000 GitHub - robitan/rusrus: Sample code of Yew (0.18). Something like a PuyoPuyo.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ rusrus Public

Sample code of Yew (0.18). Something like a PuyoPuyo.

License

Notifications You must be signed in to change notification settings

robitan/rusrus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RusRus

Requirements

  • Docker

Depend on

Yew ver 0.18.0

Usage

docker build -t rusrus .

# start serve
docker run -p 8080:8080 --rm -it -v $(pwd):/app -w /app/rusrus -e USER=username --name rusrus_container rusrus trunk serve &
(and access http://localhost:8080/)

# view log
docker logs -f rusrus_container

Thanks

About

Sample code of Yew (0.18). Something like a PuyoPuyo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
39B4
0