##introduction
If you have a good internet conection maybe you don't need do this, but if like me you have internet issues then this steps should be a good option to read YDKJS aka You Don't Know JS
at localhost usign Harpjs like markdown compiler.
###Installing Harpjs First you need a way to compile markdown template, I'm using Harpjs because is so easy to understand the basic to run an static site. Then open a terminal and write the next commands.
sudo npm install -g harp
- create file directory
mkdir mybook
and go inside itcd mybook
- create default boilerplate files from harp
harp init
- clone You Don't Know JS github repository
git clone [email protected]:getify/You-Dont-Know-JS.git
inside myblog directory