Skip to content

Baboo7/strapi-contribute

Repository files navigation

Strapi Contribute

Contribute to Strapi plugins easily.

Table Of Content

Setup

  1. Clone the repo
git clone https://github.com/Baboo7/strapi-contribute.git
  1. Install the plugin strapi-plugin-import-export-entries
mkdir ./src/plugins && cd $_

git clone https://github.com/Baboo7/strapi-plugin-import-export-entries.git

mv strapi-plugin-import-export-entries import-export-entries && cd ../../
  1. Install project dependencies:
yarn

or

npm i

Usage

  1. Run the project:
yarn dev:admin

or

npm run dev:admin

Any modification made to the plugin folder import-export-entries will trigger a rerender of the admin panel of the repo strapi-contribute

  1. Connect to the admin panel (http://localhost:8000) with the credentials contributor@yopmail.com / Hello123

  2. Seed the database by importing the file database/seed.json from the content manager page of the collection CollectionType.

  3. Open the plugin folder import-export-entries in your IDE:

# Opening with VSCode
code src/plugins/import-export-entries
  1. Create a new branch in the repo import-export-entries, commit & push your changes and create a pull request

Author

Baboo - @Baboo7

About

Contribute to Strapi plugins easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published