From 63c2d448c18b7be1af2146deeff968a375c92745 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Wed, 4 Jan 2023 12:03:31 +0100 Subject: [PATCH] docs: describe how to run the prototype --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34649c2..d15fcc4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # typocomath -A final (?) prototype for a refactor of mathjs, culminating the picomath, pocomath, typomath series. Provides an extensible core with "fuzzy" types for its operations, that can at any time generate exact .d.ts file for its current state. \ No newline at end of file +A final (?) prototype for a refactor of mathjs, culminating the picomath, pocomath, typomath series. Provides an extensible core with "fuzzy" types for its operations, that can at any time generate exact .d.ts file for its current state. + +To build and run the prototype, run: + +``` +npx tsc +node obj +```