- Setup env variables
Create .env.local
from template and fill with your AWS credentials
cp .env.sample .env.local
Or generate by script if you've logged in AWS in terminal
yarn env
- Install dependencies
yarn install
- Serve with development mode by
yarn serve
or run with production build
yarn build && cd dist/ && npx http-server
- Open
http://localhost:8080
and select the pipelines you want to subscribe :)
Caveats: Notification API will be used to inform status changes of pipelines, and the feature is available only in secure contexts (HTTPS) or "localhost".
yarn run serve
yarn run build
yarn run test
yarn run lint