Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 568 Bytes

File metadata and controls

23 lines (16 loc) · 568 Bytes

Intercommunication Messaging Queue For Microservices

Please, visit at imqueue.com

This site is a static site built with Eleventy.

Local development

cd imqueue.com
npm install
npm run serve   # dev server with live reload at http://localhost:8080

Production build

npm run build   # outputs static site to ./_site

Deployment is automated: pushing to master triggers the .github/workflows/deploy.yml GitHub Actions workflow, which builds the site and publishes _site/ to GitHub Pages.