diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f02f223283..9544cd1e84 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -88,16 +88,16 @@ yarn develop The server (API) is available at http://localhost:1337 -**WARNING** ⚠️ If you've followed the recommended setup, you should not be able to reach the administration panel at http://localhost:1337/admin. +The built administration panel is available at http://localhost:1337/admin -**Start the administration panel server** +**Start the administration panel server for development** -```bash -cd strapi/packages/strapi-admin -yarn develop -``` +```bash +cd strapi/packages/strapi-admin +yarn develop +``` -The administration panel is available at http://localhost:4000/admin +The administration panel will be available at http://localhost:4000/admin **Awesome! You are now able to contribute to Strapi.**