From a9badaf6f154abfc2a3e44e0b491d817efb3134d Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Wed, 16 Feb 2022 20:57:04 +0100 Subject: [PATCH] codesandbox config / demo added Signed-off-by: Benny Samir Hierl --- README.md | 2 ++ sandbox.config.json | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 sandbox.config.json diff --git a/README.md b/README.md index e832381..da8d6a5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ The wishlist app is a simple webapp for publishing wishlists. It allows to share wishlists for different people or occasions with friends and family. If something was bought from the wishlist, it can be removed from the list to prevent duplicate purchases. +![DEMO](https://codesandbox.io/s/wishlist-app-h0htfc) + The app can be easily self-hosted via Docker (see docker-compose example below). ![Overview Image](.github/assets/overview.jpg) diff --git a/sandbox.config.json b/sandbox.config.json new file mode 100644 index 0000000..4849021 --- /dev/null +++ b/sandbox.config.json @@ -0,0 +1,9 @@ +{ + "infiniteLoopProtection": true, + "hardReloadOnChange": false, + "view": "browser", + "container": { + "startScript": "demo", + "node": "16" + } +}