Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 374 Bytes

File metadata and controls

34 lines (21 loc) · 374 Bytes

AsyncAPI Playground

Using it locally

Run:

npm install

and

npm start

and go to http://localhost:5000.

Build docker image

docker build -t asyncapi-playground .

Run docker image

docker run -d --name asyncapi-playground -p 83:5000 asyncapi-playground:latest

Then browse to http://localhost:83/