Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 949 Bytes

README.md

File metadata and controls

52 lines (33 loc) · 949 Bytes

Jenkins Button Build Status

Getting Started

Clone this repository locally :

git clone https://github.com/skyquartam/jenkins-button.git

Install dependencies with npm :

npm install

Install rimraf globally with npm :

npm install rimraf -g

Install Angular with npm :

  • If you have no Angular installed in your machine follow this command.
npm install -g @angular/cli@latest
ng update @angular/cli && ng update @angular/core && ng update @angular/material

Development

npm start

Packaging

npm run dist

You can find the builds inside the /build/platform directory