vuepress > VuePress
Nichlas Wærnes Andersen
committed Aug 10, 2018
commit d476b114c7707b3ac8ecd188094dad74a895ac1d
Showing 1
changed file with
4 additions
and 4 deletions
README.md
+4
-4
| @@ | @@ -1,16 +1,16 @@ |
| <p align="center"> | |
| <img src="portfolio/.vuepress/public/upload/logo.svg" height="64"> | |
| - | <h3 align="center">Vuepress Portfolio</h3> |
| - | <p align="center">Vuepress site with portfolio and blogging pages<br>ready to deloy, and configured for Forestry (Content Management)<p> |
| + | <h3 align="center">VuePress Portfolio</h3> |
| + | <p align="center">VuePress site with portfolio and blogging pages<br>ready to deloy, and configured for Forestry (Content Management)<p> |
| </p> | |
| ## Development | |
| ```bash | |
| - | # install vuepress locally |
| + | # install VuePress locally |
| npm i -g vuepress | |
| - | # cd into the vuepress directory |
| + | # cd into the VuePress directory |
| cd portfolio | |
| # Start local dev server | |