15 lines
558 B
Markdown
Raw Normal View History

2017-01-17 13:40:59 +01: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](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`
4. Start your app `strapi start` (Don't forget to return to the root of your app's directory).