Strapi allows you to create local plugins that will work exactly the same as external ones. All your local plugins will be located in the `./plugins` folder of your application.
## Development Environment Setup
Create a development project
1. Create a new project `cd .. && strapi new myDevelopmentProject`.