From d188567932801e2aa12c861e055f464856e68637 Mon Sep 17 00:00:00 2001 From: spanic Date: Wed, 13 Sep 2023 01:22:45 +0600 Subject: [PATCH] adds StackBlitz init config, changes badge --- .stackblitzrc | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .stackblitzrc diff --git a/.stackblitzrc b/.stackblitzrc new file mode 100644 index 0000000..ccc731a --- /dev/null +++ b/.stackblitzrc @@ -0,0 +1,3 @@ +{ + "startCommand": "npm run start" +} diff --git a/README.md b/README.md index c77a152..3631bab 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ ## Demo -[![StackBlitz Demo](https://user-images.githubusercontent.com/7531596/83507657-2424e180-a4c9-11ea-8e4f-b3f8e7d6b4c5.png)](https://stackblitz.com/github/wlucha/angular-starter) +[![StackBlitz Demo](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/wlucha/angular-starter) ## Install / Development