diff --git a/README.md b/README.md index 017545d1f5..449b1f0e0b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@

+ Medusa Admin | Website | Roadmap | Blog | @@ -57,6 +58,8 @@ Medusa is an open-source headless commerce engine that enables developers to cre curl localhost:9000/store/products | python -m json.tool ``` +We have a prebuilt admin dashboard that you can use to configure and manage your store find it here: [Medusa Admin](https://github.com/medusajs/admin) + After these four steps and only a couple of minutes, you now have a complete commerce engine running locally. You may now explore [the documentation](https://docs.medusa-commerce.com/api) to learn how to interact with the Medusa API. You may also add [plugins](https://github.com/medusajs/medusa/tree/master/packages) to your Medusa store by specifying them in your `medusa-config.js` file. ## 🛒 Setting up a storefront for your Medusa project