mirror of
https://github.com/strapi/strapi.git
synced 2025-12-05 03:21:22 +00:00
* Update Dutch Translation Signed-off-by: MattieBelt <mattiasvandenbelt@gmail.com> * Add new translation keys Signed-off-by: MattieBelt <mattiasvandenbelt@gmail.com> * Update strapi-admin translation [NL] Signed-off-by: MattieBelt <mattiasvandenbelt@gmail.com> * Sort translation [NL] Signed-off-by: MattieBelt <mattiasvandenbelt@gmail.com> * Update dutch content-types translations Signed-off-by: MattieBelt <mattiasvandenbelt@gmail.com> Co-authored-by: Nikolay Tyurin <kolya_tyurin@mail.ru>
Strapi built-in admin panel
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.
Build
In order to check your updates, you can build the admin panel: cd myApp, then npm run build.