1.0.0 ā€¢ Published 2 years ago

shamsi-datepicker-strapi-plugin v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Shamsi datepicker strapi plugin

An strapi plugin for making date types in shamsi calender.

Getting started

yarn add shamsi-datepicker-strapi-plugin

Development Process

  • Create a folder named plugins in src directory of your strapi app
  • Create another folder named shamsi-datepicker-strapi-plugin (or any name you want) in plugins directory and copy all of this repository there.
  • Create a file named plugins.js in config directory of your strapi app if it doesn`t exist
  • Add the following code to config/plugins.js
module.exports = {
  // ...
  "shamsi-datepicker-strapi-plugin": {
    enabled: true,
    resolve: "./src/plugins/shamsi-datepicker-strapi-plugin",
  },
  // ...
};
  • In the terminal run cd src/plugins/shamsi-datepicker-strapi-plugin and yarn install
  • cd back to the root directory of your strapi app and run yarn build
  • Now you can run yarn develop

šŸ‘‹ have a nice time.