Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 438 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 438 Bytes

Unique network documentation

Based on vuepress v2: v2.vuepress.vuejs.org

Common process: get develop, create new branch, make changes, open PR to develop

How to start:

git fetch
git checkout develop
git pull
git checkout -b feature/my_branch
yarn

To start the server in develop mode:

yarn dev

To check the build in production mode:

yarn build && yarn serve