Skip to content

Commit 8b7521d

Browse files
davidsneighbourbep
authored andcommitted
Add package.json with npm requirements
1 parent 977d645 commit 8b7521d

4 files changed

Lines changed: 2925 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
docuapi
22
public/
3+
node_modules

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
**Note:** this theme requires Hugo >= 0.56.0 to run. If you want to edit the SCSS styles, you need:
1616

1717
* The extended Hugo version.
18-
* PostCSS CLI: npm install -g postcss-cli (TODO(bep) add a package.json)
18+
* PostCSS CLI (run `npn install` to install requirements)
1919

2020
See the [exampleSite](https://github.com/bep/docuapi/tree/master/exampleSite) and more specific its site [configuration](https://github.com/bep/docuapi/blob/master/exampleSite/config.toml) for the available options.
2121

0 commit comments

Comments
 (0)