Skip to content

Commit 96f8bf0

Browse files
Updated readme file
1 parent b99061f commit 96f8bf0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: README.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# backstage-playground
22
Playground for Backstage
3+
4+
# Create Backstage app
5+
6+
```
7+
npx @backstage/create-app@latest
8+
```
9+
10+
## Run the app after git clone
11+
12+
```
13+
yarn install
14+
15+
yarn dev
16+
```

0 commit comments

Comments
 (0)