Changes to global config for templates

This commit is contained in:
Stephan Hagedorn 2021-03-09 15:54:23 +01:00
parent dd5ff43e16
commit dde26ec45e
6 changed files with 13450 additions and 31 deletions

View file

@ -12,6 +12,9 @@ Clone the repo `https://github.com/sthag/hippie.git` to a folder to create your
Change to the newly created folder. By default this would be *hippie*.
Run the command `git submodule update --init`.
This will load the submodules.
Run the command `npm install`.
This will install all node.js dependencies into the folder *node_modules*.