최근 등록/수정된 글 🔗
- 00-Howto > docmoa 활용 가이드
- > How to "docmoa"
- > Infrastructure
- > Private Platform
- > Public Cloud
- > HashiCorp
- > Software
- > Etc.
- > Kubernetes
- 99-about > Thank you
- 00-Howto > 02-Guide > 문서작성 '시작'
- 00-Howto > 02-Guide > Contribute
- 00-Howto > 02-Guide > Template
Start contributing to docmoa
Run info
Minimum NodeJS version : v20.5.x
npm
# git clone
git clone https://github.com/docmoa/docs.git
# npm install
cd docs
npm install
# start VuePress writing
npm run dev
yarn
# git clone
git clone https://github.com/docmoa/docs.git
# npm install
cd docs
yarn install
# start VuePress writing
yarn vuepress dev