mirror of
https://github.com/strapi/strapi.git
synced 2025-09-01 21:03:02 +00:00
Update Admin build Docs
This commit is contained in:
parent
f11b6da405
commit
2abf6d46c5
@ -62,6 +62,8 @@ The panel will be available through [http://localhost:1337/dashboard](http://loc
|
|||||||
|
|
||||||
### Development mode
|
### Development mode
|
||||||
|
|
||||||
|
Note that to modify the administration panel, your project needs to be created with using the `dev` flag, an example of such would be: `strapi new strapi --dev`.
|
||||||
|
|
||||||
**#1 — Install its own dependencies**
|
**#1 — Install its own dependencies**
|
||||||
|
|
||||||
Run `npm install` from the `./admin` folder.
|
Run `npm install` from the `./admin` folder.
|
||||||
@ -99,7 +101,7 @@ Note: make sure the size of your image is the same as the existing one (434px x
|
|||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
To build the administration, run the following command from the `./admin` folder:
|
To build the administration, run the following command from the root directory of your project, **not** the `./admin folder:
|
||||||
|
|
||||||
```
|
```
|
||||||
npm run build
|
npm run build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user