mirror of
https://github.com/strapi/strapi.git
synced 2025-07-30 04:20:34 +00:00

As a result of taking a look on PR #1967 I realized there is 819 executable files in this repository. It is obvious this is an error.
19 lines
846 B
Markdown
19 lines
846 B
Markdown
# 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](https://github.com/strapi/strapi)
|
|
|
|
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`
|
|
3. Copy the layout SASS variables folder into your project from `admin/public/app/styles/variables` to `plugins/content-manager/public/app/styles/variables`
|
|
4. 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
|