From b677b9f5077bfacae11d2cfff8698a1d07e6f03f Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Thu, 25 Sep 2025 08:25:20 +1000 Subject: [PATCH] Add readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..64650a1 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# gride + +This is a prototype IDE for Ground which runs in the web browser. + +## Setup + +Install: + +* the Ground interpreter +* python +* flask + +## Running + +Go to the server/ directory, and run `flask run`. In your web browser, go to `localhost:5000` and type in a Ground program. Click the "Run" button and your code will be ran + +## Limitations + +* No input/stdin support +* At present, no console, use web browser console to see output