strapi/packages/strapi-plugin-content-manager
2019-07-16 21:24:09 +02:00
..
2019-07-10 17:07:19 +02:00
2019-07-09 09:25:22 +02:00
2019-04-16 09:05:47 +02:00
2018-12-05 15:42:58 +01:00
2019-05-02 15:45:19 +02:00
2019-07-10 15:09:03 +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