Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 612 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 612 Bytes

You can confirm the SNS OGP with the local computer.

日本語

Easy Run

docker pull ergofriend/ogp-local-checker:prod
docker run -it -p 8089:3000 --rm ergofriend/ogp-local-checker:prod
open http://127.0.0.1:8089

cap

Tag and Brunch

  • production -> ergofriend/ogp-local-checker:prod
  • development -> ergofriend/ogp-local-checker

Dev

git clone git@github.com:ErgoFriend/ogp-local-checker.git && cd ogp-local-checker
yarn
yran start