# VuePress
Since this very website was made using VuePress.vue, I am including those commands.
# Install globally
yarn global add vuepress # OR npm install -g vuepressCopied!
1
# Install as a local dependency
yarn add -D vuepress # OR npm install -D vuepressCopied!
1
# Run Local Server
yarn docs:devCopied!
1
# Build for production
yarn docs:buildCopied!
1