Skip to content

A GUI (WIP) where you could define a graph and then calculate the pagerank for it. My goal is a clone of http://www.graui.de/pageRank.htm

Notifications You must be signed in to change notification settings

mam10eks/page_rank

Repository files navigation

elm-page-rank (WIP)

UI-Snapshot

Install all dependencies using the handy reinstall script:

npm run reinstall

This does a clean (re)install of all npm and elm packages, plus a global elm install.

Serve locally:

npm start
  • Access app at http://localhost:8080/
  • Get coding! The entry point file is src/elm/Main.elm
  • Browser will refresh automatically on any file changes..

Build & bundle for prod:

npm run build
  • Files are saved into the /dist folder
  • To check it, open dist/index.html

About

A GUI (WIP) where you could define a graph and then calculate the pagerank for it. My goal is a clone of http://www.graui.de/pageRank.htm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published