# rocketbot **Repository Path**: style1987/rocketbot ## Basic Information - **Project Name**: rocketbot - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-09-20 - **Last Updated**: 2021-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Apache SkyWalking Rocketbot UI =============== Sky Walking logo [Apache SkyWalking](https://github.com/apache/incubator-skywalking) UI. [![Build Status](https://travis-ci.org/apache/skywalking-rocketbot-ui.svg?branch=master)](https://travis-ci.org/apache/skywalking-rocketbot-ui) ## Development The app was built with [vue + typescript](https://github.com/vuejs/vue). ### Prepare Fork, then clone the repo and change directory into it. Install dependencies via `npm`: ``` npm install ``` ### Build **Notice, as SkyWalking primary UI, the npm build has been integration in SkyWalking dist build.** **All following builds are for dev.** ### Dev Build ``` npm install npm run serve ``` The default UI address is `http://localhost:8080`. ## Contributing to SkyWalking RocketBot Thanks for your interest and hope it will be a pleasant experience. ### How to contribute? Most of the contributions received are code contributions, and documentation, bugs, requirements are also welcomed. ### How to report a bug? Please report bug to [SkyWalking main repo](https://github.com/apache/skywalking/issues).