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

Prerequisites

Completed Docker install done. Frontend instructions.

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