mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 13:17:47 +00:00
* feat(review-workflow): prevent activating on content-type with a too long name * chore(review-workflow): update warning message * test(review-workflows): add a test for too long name content type * test(review-workflows): fix describe condition * chore(review-workflows): rename variable and constant * chore(review-workflows): rename constants * test(review-workflows): update test content type name length * feat(review-workflows): validate that the content type have rw activated * feat(review-workflows): simplify the validation step * Update packages/core/admin/ee/server/services/review-workflows/review-workflows.js Co-authored-by: Marc <marc12info@gmail.com> * Update packages/core/admin/ee/server/services/review-workflows/review-workflows.js Co-authored-by: Marc <marc12info@gmail.com> * chore: remove unused import * test(review-workflows): update unit tests * test: disable review workflows --------- Co-authored-by: Marc <marc12info@gmail.com>
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.