mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 06:35:47 +00:00
Update per comments
This commit is contained in:
parent
8ca7500326
commit
cfb68eca0f
@ -101,14 +101,16 @@ Note: make sure the size of your image is the same as the existing one (434px x
|
||||
|
||||
## Build
|
||||
|
||||
To build the administration, run the following command from the root directory of your project, **not** the `./admin folder:
|
||||
To build the administration, run the following command from the root directory of your project.
|
||||
|
||||
```
|
||||
npm run build
|
||||
npm run setup
|
||||
```
|
||||
|
||||
This will replace the folder's content located at `./admin/admin/build`. Visit http://localhost:1337/admin/ to make sure your updates have been taken in account.
|
||||
|
||||
After you have built the admininistration you can now create a new project to develop your API with the changes implemented. **Note:** You should now create a project without `--dev`
|
||||
|
||||
***
|
||||
|
||||
## Deployment
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user