From 291e0dae80776eed417ab084896e7fa2390d5387 Mon Sep 17 00:00:00 2001 From: Ward Cunningham Date: Sat, 30 Nov 2024 09:16:25 -0800 Subject: [PATCH] Create README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 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 -- 2.39.5