diff --git a/metaterran b/metaterran deleted file mode 160000 index f35b246..0000000 --- a/metaterran +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f35b246c2f0876ddca1deed6d6d99adce005b33c diff --git a/package.json b/package.json index 6bc01cb..2e252c2 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "index.js", "scripts": { "test": "./node_modules/.bin/cypress run --headed", + "init": "cd box/metaterran && npm install", "build": "gatsby build", "develop": "gatsby develop", "destroy-vm": "vagrant destroy", diff --git a/wiki/Getting-Started.md b/wiki/Getting-Started.md index c585ba4..257b214 100644 --- a/wiki/Getting-Started.md +++ b/wiki/Getting-Started.md @@ -4,14 +4,16 @@ See [dependencies](./Dependencies). -## 3. Build the application +## 2. Build the application -`node run build` +1. `git submodule init` +2. `node run init` +3. `node run build` -## 2. Boot the virtual machine +## 3. Boot the virtual machine `node run boot-vm` -## 3. Visit locally hosted Gatsby Application +## 4. Visit locally hosted Gatsby Application `open http://192.168.56.95`