Merge branch 'master' into patch-7

This commit is contained in:
Jørgensen 2019-12-04 12:19:42 +01:00 committed by GitHub
commit 7fd2dd348d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.**