Skip to content

fangchih/asyncapi-playground

 
 

Repository files navigation

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/

About

AsyncAPI playground

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.2%
  • HTML 36.4%
  • Other 0.4%