mirror of
https://github.com/strapi/strapi.git
synced 2025-12-03 18:42:47 +00:00
Merge branch 'master' into patch-7
This commit is contained in:
commit
7fd2dd348d
@ -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.**
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user