Contribute to Strapi plugins easily.
- Clone the repo
git clone https://github.com/Baboo7/strapi-contribute.git
- 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 ../../
- Install project dependencies:
yarn
or
npm i
- 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 repostrapi-contribute
-
Connect to the admin panel (http://localhost:8000) with the credentials [email protected] / Hello123
-
Seed the database by importing the file
database/seed.json
from the content manager page of the collectionCollectionType
. -
Open the plugin folder
import-export-entries
in your IDE:
# Opening with VSCode
code src/plugins/import-export-entries
- Create a new branch in the repo
import-export-entries
, commit & push your changes and create a pull request
Baboo - @Baboo7