Skip to content

PlatONnetwork/AppChain-BrowserWeb

 
 

Repository files navigation

HashKey Browser

start

# into workspace dir
# Install project dependencies
npm install

# run server, and default url localhost:8080 
npm run serve

# build for production with minification
npm run build

How to contribute to coding:

  1. The repository administrator creates a feature branch (accessed based on the develop branch), feature-xxx, for the community development team.

  2. The community development team forks (feature-xxx) to its own repository after the self-test on development is completed.

  3. The community development team submits pr to the official feature-xxx (merge the modification of the official develop branch before submission)

  4. Repository administrator merges feature-xxx into one of the proposed branch, e.g. feature-platon-1.1.5

  5. Testers verify the functions of the proposed branch feature-platon-1.1.5. Issue the problem if any

  6. After the test is completed, merge it into the develop branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 52.3%
  • Vue 31.6%
  • JavaScript 14.1%
  • Less 1.4%
  • HTML 0.6%