Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 256 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 256 Bytes

stackbit-theme-azimuth-vuepress

Vue-press CLI

yarn global add vuepress 

or

npm install -g vuepress 

Develop

yarn
yarn dev

or

npm install
npm run dev

build

yarn build

or

npm run build