Generates cute, random maps in the browser using WebAssembly. Most of the heavy lifting is done by the excellent Noise crate.
Live instance: https://menno.io/faux-maps/
npm install
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
This builds the project and places it into the dist
folder.
npm run build