Gustav Hansen a7d616e158
Merge pull request #16616 from strapi/fix/rw-settings-btn-spacing
Fix: Reset gap between stage action buttons
2023-05-04 17:42:06 +02:00
..
2023-05-04 11:45:05 +01:00
2021-04-29 12:03:54 +02:00
2023-04-24 16:18:39 +02:00
2022-12-09 10:12:18 +00:00
2021-12-30 10:53:49 +01:00
2022-08-11 10:20:49 +02:00
2023-05-04 11:45:05 +01:00
2021-11-29 18:13:54 +01:00
2023-01-25 19:52:07 +01:00

Strapi built-in admin panel

Description

This is the admin panel package

Contribute

You can read the contribution guide here

Setup

Create a new Strapi project: strapi new myApp.

Go in your project: cd myApp.

Development

Start the React application: cd myApp/admin, then npm start.

The admin panel should now be available at http://localhost:4000.

Build

In order to check your updates, you can build the admin panel: cd myApp, then npm run build.