# 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 vuepress
1

# Install as a local dependency

yarn add -D vuepress # OR npm install -D vuepress
1

# Run Local Server

yarn docs:dev
1

localhost:8080

# Build for production

yarn docs:build
1

See the official VuePress doc