strapi/packages/strapi-plugin-content-manager
2018-07-10 18:10:42 +02:00
..
2018-07-06 15:34:20 +09:00
2018-06-18 12:27:57 +02:00
2018-06-13 17:56:41 +02:00
2018-06-28 13:58:54 +02:00
2017-08-16 18:47:02 +02:00
2017-08-16 18:47:02 +02:00
2018-06-15 14:03:55 +02:00
2018-06-13 16:16:46 +02:00
2018-07-10 18:10:42 +02:00
2017-08-16 18:47:02 +02:00

Strapi Content Manager

Description

This plugin allows you to manage your data through a UI.

Contributing

NB: Please refers to the contributing section of the monorepo

  1. Create a new Strapi application: strapi new myApp.
  2. Go to your new Strapi app cd myApp.
  3. Create a symlink to the monorepo plugin's folder ln -s /path/to/strapi/monorepo/packages/strapi-plugin-content-manager ./plugins/content-manager
  4. Copy the layout SASS variables folder into your project from admin/public/app/styles/variables to plugins/content-manager/public/app/styles/variables
  5. Start your app strapi start (Don't forget to return to the root of your app's directory).

ln -s -f ./admin/public/app/styles/variables/variables.scss ./plugins/content-manager/public/app/styles/variables/variables.scss