1.0.5 • Published 6 months ago

hoh-ksa-metamart-sdk v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

hoh-ksa-strapi-sdk

An SDK for the CMS service

Environment variables

Make sure you add the following env values to your web/next project, before using this SDK:

REACT_APP_CMS_API_URL = <The URL of the CMS you want to point to>
REACT_APP_STRAPI_AUTH_TOKEN = <The API Auth token you were provided with. Request from a fellow team-mate.>

How to publish

To publish the package on NPM, you need to execute the following commands in order:

  1. npm version <your_version_number>
  2. git push --all && git push --tags
  3. npm run build
  4. npm publish
1.0.5

6 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago