Skip to content

Installation

Thomas Digby edited this page Dec 15, 2016 · 1 revision

Currently the method of installing Tapestry is as follows:

  • git clone tapestry and shortlist-studio-2017 into your websites folder
  • cd /tapestry, yarn install --ignore-engines and yarn link
  • Copy the Tapestry package.json devDependencies/dependencies into Shortlist Studio package.json - This step will be removed at some-point.
  • cd /shortlist-studio-2017, yarn link tapestry, yarn install --ignore-engines and npm start
Clone this wiki locally