This was originally written in JQuery in 2014, using the judobase API from the International Judo Federation (IJF).
Re-written in 2020 with Elm-lang.
npm install elm-jsonRun the app with hot reload etc.
./node_modules/elm-go/bin/elm-go.js src/Main.elm -- --debug
- NPM :
npm upgrade - ELM :
./node_modules/elm-json/bin/elm-json upgrade
This code is accessed via the https://www.judowrl.com/ domain, but is hosted via github pages, so currently done via commiting the Elm generated index.html file to the repo.
elm make src/Main.elm --optimize
Then add, commit, and push index.html
Currently the site is served via Netlify.com