Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 305 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 305 Bytes

4 Second Word Game

Play the game: https://frankh.github.io/4second

Building

Simply run make build

Or make build/docker to build inside a docker container (so no need to have npm installed)

Compiled html and js files will be outputted to /output. Serve /output in your favourite http server.