Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 297 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 297 Bytes

A short relaxing game about fish.

Play it on itch.io.

Building and Running

It needs node and npm installed:

npm install -g http-server
npm install

Run npm test to run the development test and npm build to build the minified version.