Add empty package.json and add start script
parent
13d0faf629
commit
ceb368418f
@ -1 +1,2 @@
|
||||
node_modules
|
||||
public
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,8 @@
|
||||
{
|
||||
"scripts": {
|
||||
"start": "hugo server -s exampleSite -d ../public --themesDir '../' --theme '.'"
|
||||
},
|
||||
"dependencies": {
|
||||
"npm": "^6.0.0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue