2017-05-11 17:30:00 +02:00
|
|
|
# Strapi built-in admin panel
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2021-11-29 17:49:59 +01:00
|
|
|
This is the admin panel package
|
2017-05-11 17:30:00 +02:00
|
|
|
|
|
|
|
## Contribute
|
|
|
|
|
2021-11-29 17:49:59 +01:00
|
|
|
You can read the contribution guide [here](../../../CONTRIBUTING.md)
|
|
|
|
|
2017-05-11 17:30:00 +02:00
|
|
|
### Setup
|
|
|
|
|
|
|
|
Create a new Strapi project: `strapi new myApp`.
|
|
|
|
|
|
|
|
Go in your project: `cd myApp`.
|
|
|
|
|
|
|
|
### Development
|
|
|
|
|
2017-08-22 18:29:02 +02:00
|
|
|
Start the React application: `cd myApp/admin`, then `npm start`.
|
2017-05-11 17:30:00 +02:00
|
|
|
|
|
|
|
The admin panel should now be available at [http://localhost:4000](http://localhost:4000).
|
|
|
|
|
|
|
|
### Build
|
|
|
|
|
2017-08-22 18:29:02 +02:00
|
|
|
In order to check your updates, you can build the admin panel: `cd myApp`, then `npm run build`.
|