/terraform

Code for WordPress theme for site of designer team

Primary LanguageCSS

Terraform

Description

WordPress theme for landing site. It was used by Terraform, team of designers.

Running of application

  1. Create .env file.
  2. Launch script from following list:
    • npm run build - builds assets. Note that gulp-watch is used in config, so gulp is running in endless stream mode.
    • npm run lint - starts check of code style.
    • npm start - starts development server.