botwr

BOTW Cooking Optimizer https://botwcooking.com/

Stars
4

BOTWR

Everything runs browser-side, there is no backend, just flat files served over HTTP.

Local development

Setup

  1. Install OPAM from your package manager
  2. In repo: opam switch create . ocaml-variants.4.10.0+flambda --deps-only

Development

dune clean && dune build src/app.bc.js files/style.css -w

# Or any other server
python3 -m http.server --directory files/ 8081

Deploy

dune clean && DUNE_PROFILE=release dune build src/app.bc.js files/style.css

./scripts/deploy.sh

Test deployment image

docker build . -t botwr:latest

docker run -it --rm -p 8081:8081 botwr:latest