document submodule

This commit is contained in:
Kiara Grouwstra 2022-01-03 13:08:32 +01:00
parent dfa1c46568
commit 12707273ae
1 changed files with 13 additions and 4 deletions

View File

@ -2,13 +2,22 @@
Tool for migrating Wings content to WordPress.
## Requirements
- [NodeJS](https://nodejs.org/)
- [Yarn](https://yarnpkg.com/)
## Pull in mobile-doc-wp-renderer
git clone git@gitlab.com:bij1/site/mobiledoc-wp-renderer.git
<!-- git clone git@gitlab.com:bij1/site/mobiledoc-wp-renderer.git -->
git submodule init
git submodule update
## Build mobile-doc-wp-renderer
`cd mobiledoc-wp-renderer`
`yarn install`
`cd ..`
```bash
cd mobiledoc-wp-renderer
yarn install
cd ..
```
## `yarn install`