Skip to content

Latest commit

History

History
18 lines (14 loc) 路 284 Bytes

README.md

File metadata and controls

18 lines (14 loc) 路 284 Bytes

KCHUNG News Body S3 URL Signing API 馃摪

Run locally

git clone this repository.

Get now-secrets.json from a secure channel and place in the root of this repo.

Install dependencies and run:

yarn
yarn dev

Or alternatively:

npm install
npm run dev