Skip to content

Commit 783c924

Browse files
committed
chore: improve README
1 parent 38e2bad commit 783c924

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ for all available resources.
1818

1919
You can also customize all screens by using React-admin components and even raw JavaScript/React code.
2020

21+
## Demo
22+
23+
[Click here](https://demo.api-platform.com/admin) to test API Platform Admin in live.
24+
25+
The source code of the demo is available [in this repository](https://github.com/api-platform/demo).
26+
2127
## Installation
2228

2329
yarn add @api-platform/admin
@@ -69,12 +75,15 @@ ReactDOM.render(<Admin />, document.getElementById('root'));
6975
* Sends proper HTTP requests to the API and decodes them using Hydra and JSON-LD formats
7076
* Nicely displays server-side errors (e.g. advanced validation)
7177
* Supports real-time updates with [Mercure](https://mercure.rocks)
78+
* All the [features provided by React-admin](https://marmelab.com/react-admin/Tutorial.html) can also be used
7279
* **100% customizable**
7380

7481
## Documentation
7582

7683
The documentation of API Platform Admin can be browsed [on the official website](https://api-platform.com/docs/admin/).
7784

85+
Check also the documentation of React-admin [on their official website](https://marmelab.com/react-admin/Tutorial.html).
86+
7887
## Credits
7988

8089
Created by [Kévin Dunglas](https://dunglas.fr). Sponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop).

0 commit comments

Comments
 (0)