Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 558 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 558 Bytes

ebitengine.org

Generating

Edit HTML files under contents and run:

go run gen.go

Contributions

Contributions are welcome. However, if you try to contribute one or more sections or articles, please ask Hajime Hoshi hajimehoshi@gmail.com before writing.

Uploading WASM files

GOOGLE_APPLICATION_CREDENTIALS=/path/to/credentials.json go run ./cmd/uploadwasm/ -ebitenginepath=../path/to/ebiten -upload

Test on your local machine

go run server.go ./_site

Validate your changes by opening http://127.0.0.1:8000.