Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 769 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 769 Bytes

Faux Maps

Generates cute, random maps in the browser using WebAssembly. Most of the heavy lifting is done by the excellent Noise crate.

image

Live instance: https://menno.io/faux-maps/

How to install dependencies

npm install

How to run in debug mode

Need this workaround to avoid TLS issues (the Nix flake devshell already has this):

export NODE_OPTIONS=--openssl-legacy-provider

This builds the project and opens it in a new browser tab. Auto-reloads when the project changes.

npm start

How to build a release

This builds the project and places it into the dist folder.

npm run build