| Server IP : 216.238.66.20 / Your IP : 216.73.216.248 Web Server : nginx/1.30.4 System : Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/energia-cce.gamliel.mx/htdocs/energia-cce/node_modules/strapi-admin/ |
Upload File : |
# Strapi built-in admin panel --- ## Deprecation Warning :warning: Hello! We have some news to share, We’ve decided it’ll soon be time to end the support for `strapi-admin`. After years of iterations, Strapi is going to V4 and we won’t maintain V3 packages when it’ll reach its end-of-support milestone (~end of Q3 2022). If you’ve been using `strapi-admin` and have migrated to V4 (or if you want to), you can find the equivalent and updated version of this package at this [URL](https://github.com/strapi/strapi/tree/master/packages/core/admin) and with the following name on NPM: `@strapi/admin`. If you’ve contributed to the development of this package, thank you again for that! We hope to see you on the V4 soon. The Strapi team --- ## Description TODO ## Contribute ### 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](http://localhost:4000). ### Build In order to check your updates, you can build the admin panel: `cd myApp`, then `npm run build`.