From a0ddf1c08b71879fee642c840a39836a45bf7bed Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Tue, 10 Oct 2023 21:09:23 +0300 Subject: [PATCH] add playgrounds link --- README.MD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.MD b/README.MD index ca70dfc1..94c4987c 100644 --- a/README.MD +++ b/README.MD @@ -48,6 +48,9 @@ To open the console, press `F12`, or if you are on mobile, you can type `#debug` It should be easy to build/start the project locally. See [CONTRIBUTING.MD](./CONTRIBUTING.md) for more info. +There is storybook for fast UI development. Run `pnpm storybook` to start it. +There is world renderer playground ([link](https://mcon.vercel.app/playground.html)). + However, there are many things that can be done in online version. You can access some global variables in the console and useful examples: - `localStorage.debug = '*'` - Enables all debug messages!