Skip to content

imagewize/imagewize.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imagewize

Custom web design and e-commerce solutions, crafted with WordPress and WooCommerce. We're a digital agency specializing in creating beautiful, high-performing websites that drive results.

About Us

Since our founding, we've had the privilege of working with outstanding clients across multiple countries, including:

  • The Netherlands
  • Belgium
  • United States
  • Denmark

Our expertise spans custom web design, e-commerce solutions, and digital strategy, helping businesses establish a strong online presence.

Technical Stack

This repository contains the complete setup for imagewize.com, built using the modern WordPress stack by Roots.io, including:

  • Trellis: Server provisioning and deployment (See Trellis README)
  • Bedrock: Modern WordPress boilerplate (See Bedrock README)
  • Sage 10: Modern WordPress theme framework with our custom theme Nyneave

Requirements

  • PHP >= 8.1
  • Composer
  • Node.js >= 16
  • Yarn or NPM
  • Ansible >= 2.10 (for Trellis)
  • Virtualbox & Vagrant or Limactl (for local development)

Getting Started

  1. Clone this repository
  2. Follow the setup instructions in the respective component READMEs:
  3. Alternatively, you can also use Lando for local development:
    • We rely on the default Roots .lando.yml config, but may update it to use Nginx and other tweaks i.e. Kaalma's config
    • This works well on Linux or any other platform
    • For theme development, run yarn commands locally (e.g. yarn dev, yarn build)
    • Other commands like wp or composer can be run with lando wp or lando composer Also see Lando Documentation