codesandbox config / demo added

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-02-16 20:57:04 +01:00
parent 36db0f355b
commit a9badaf6f1
2 changed files with 11 additions and 0 deletions

View file

@ -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)

9
sandbox.config.json Normal file
View file

@ -0,0 +1,9 @@
{
"infiniteLoopProtection": true,
"hardReloadOnChange": false,
"view": "browser",
"container": {
"startScript": "demo",
"node": "16"
}
}