Merge pull request #19 from saleor/alpha-note

Add information about alpha version
This commit is contained in:
Krzysztof Wolski 2022-08-08 19:46:03 +02:00 committed by GitHub
commit 4c30331a51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

3
.gitignore vendored
View file

@ -115,5 +115,4 @@ dist
.yarn/install-state.gz
.pnp.*
test.ts
bare.ts
.idea/

View file

@ -9,6 +9,12 @@ SDK for building great [Saleor Apps](https://github.com/saleor/saleor-app-templa
</div>
## 🚨 Alpha phase
App SDK is on early, alpha stage at the moment. Every API below 1.x.x release is likely to change.
Feel free to play with SDK and to move its code to your app directly
## Installing
```bash