mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 15:27:41 +00:00
codesandbox config / demo added
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
36db0f355b
commit
a9badaf6f1
2 changed files with 11 additions and 0 deletions
|
@ -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.
|
||||
|
||||

|
||||
|
||||
The app can be easily self-hosted via Docker (see docker-compose example below).
|
||||
|
||||

|
||||
|
|
9
sandbox.config.json
Normal file
9
sandbox.config.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"infiniteLoopProtection": true,
|
||||
"hardReloadOnChange": false,
|
||||
"view": "browser",
|
||||
"container": {
|
||||
"startScript": "demo",
|
||||
"node": "16"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue