diff --git a/.stackblitzrc b/.stackblitzrc new file mode 100644 index 0000000..5490eb1 --- /dev/null +++ b/.stackblitzrc @@ -0,0 +1,4 @@ +{ + "installDependencies": true, + "startCommand": "npm start" +}