Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 385 Bytes

DEVELOPMENT.md

File metadata and controls

24 lines (15 loc) · 385 Bytes

Development

Start

npm install
npm start

Goto

 

Release

Howto Publish to npmjs.org

‼️ DONE BY GITHUB ACTIONS ON TAGGED VERSIONS

  • (1) Create a new Release and Tag on GitHub (Web-Gui)
  • (2) GitHub Actions triggers npm run build
  • (3) GitHub Action deployes tags to npmjs (dist dir)