From 8fc47fba5d764df7ca84b8e2665b4dc1d82ab8e2 Mon Sep 17 00:00:00 2001 From: Unick Soft Date: Fri, 26 Jun 2020 19:50:30 +0200 Subject: [PATCH] Add information about create new algorithm --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 70987a9..48ffb93 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,10 @@ define('SITE_IN_DIR', 'graph'); 1. If you see page but css is not loaded. Maybe your web server does not support gzip encoding. You can try change FORCE_DISABLE_GZIP field from **false** to **true**. (It is placed in file /lib/ExtraPacker/ExtraPacker.php). +# Create JS algorithms without setting Web Server + +You can open HTML file in browser to run your algorithm. Read more here sandbox/README.md. + # 3th-party 1. Micron (http://zmicron.itkd.ru/) is our engine.