From: Ward Cunningham Date: Sat, 30 Nov 2024 17:16:25 +0000 (-0800) Subject: Create README.md X-Git-Url: https://dreyeck.freedombox.rocks/gitweb/idiomatic.git/commitdiff_plain/291e0dae80776eed417ab084896e7fa2390d5387?ds=sidebyside;hp=aa7df420fbbf127b2c8a3a7eabca0879304a277f Create README.md --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..67f11eb --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Idiomatic Survey +We parse the wiki-client/lib javascript and then interactively browse the abstract syntax trees +looking for idioms from a prior age better written using modern interfaces. + +## Install +The program runs as a node/express server installed adjacent to the wiki-client codebase. +This is browsed from [localhost](http://localhost:1954/index) on port 1954. + +``` +mkdir temp +cd temp +git clone git@github.com:fedwiki/wiki-client.git +git clone git@github.com:WardCunningham/idiomatic.git +cd idiomatic +npm install +npm start +``` + +## History +This program has evolved through several iterations already and has not yet fully realized the vague ambition from which it began. +Ongoing history is sometimes recorded in the wiki page [Static Aspects]([http](http://ward.dojo.fed.wiki/static-aspects.html)) with does cite the localhost implementation. + +image