/unique_docs

Primary LanguageDockerfile

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