Skip to content
adam edited this page Jan 30, 2019 · 6 revisions

Prerequisites

Completed Docker install this theme is designed to work with a preconfigured docker instance, please speak to someone on the intranet team if you need guidance on how to set that up. These instructions are for installing this theme only. Wordpress configured to use the theme This theme needs to be set to 'active' in the WordPress admin in order for you to be able to see it.

Steps

  • Once the theme has been cloned, CD into the root of the theme.
  • Copy .envexample and rename it to .env, edit the file as per the comments.
  • type npm install.
  • npm start and you're good to go. This will set up a development environment for you.

Note: Depending on your Docker configuration, you may need to use rsync to port your changes across. See a member of the Intranet development team for correct Docker setup.

Clone this wiki locally