@widgetic/instagram-service
v5.0.4
Published
Widgetic Instagram Feed Service
Downloads
11
Readme
widgetic instagram
development
how to run
Steps: 0. before everything start Docker Desktop app(e.g. on MAC).
create a self-signed PEM file(if don't have it): install mkcert with:
brew install mkcert
(if you don't have it) run:mkcert 127.0.0.1 -cert-file cert.pem -key-file key.pem
first run the docker image with
docker-compose up -d
npm start
Notes
This service is not meant to be developed independently, so all the provisions for the same have been removed.