-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Thomas Digby edited this page Dec 15, 2016
·
1 revision
Currently the method of installing Tapestry is as follows:
-
git clone
tapestry
andshortlist-studio-2017
into your websites folder -
cd /tapestry
,yarn install --ignore-engines
andyarn link
- Copy the Tapestry
package.json
devDependencies/dependencies into Shortlist Studiopackage.json
- This step will be removed at some-point. -
cd /shortlist-studio-2017
,yarn link tapestry
,yarn install --ignore-engines
andnpm start