Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

genericfish/clicker

Repository files navigation

khoima clicker

Live game: generic.fish/clicker

Building and Running

  • On Linux:
    • Install npm/node
    • Install developer dependencies
    • Execute ./build.sh
  • Serve the dist directory, e.g. python -m http.server
  • The build script for Windows (build.bat) is outdated as of 3 Jan 2020.