dependabot[bot] b7106232ef
Bump @fortawesome/free-solid-svg-icons from 5.12.1 to 5.14.0 (#7785)
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 5.12.1 to 5.14.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/5.12.1...5.14.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-08 10:16:42 +02:00
..
2020-09-08 09:56:42 +02:00
2020-07-16 12:57:54 +02:00
2020-07-23 18:36:29 +02:00
2020-08-28 11:38:27 +02:00
2020-08-03 14:08:19 +02:00
2020-07-29 13:24:27 +02:00
2020-07-08 11:48:47 +02:00
2020-07-08 18:36:43 +02:00
2020-07-08 11:48:47 +02:00
2020-07-24 09:33:17 +02:00

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.