# 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
-
The repository administrator creates a feature branch (accessed based on the develop branch), feature-xxx, for the community development team.
-
The community development team forks (feature-xxx) to its own repository after the self-test on development is completed.
-
The community development team submits pr to the official feature-xxx (merge the modification of the official develop branch before submission)
-
Repository administrator merges feature-xxx into one of the proposed branch, e.g. feature-platon-1.1.5
-
Testers verify the functions of the proposed branch feature-platon-1.1.5. Issue the problem if any
-
After the test is completed, merge it into the develop branch