Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Latest commit

 

History

History
52 lines (34 loc) · 989 Bytes

File metadata and controls

52 lines (34 loc) · 989 Bytes

Website theme

Custom WordPress theme.

Deprecated

All content has been rewritten to Astro. New repository you can find here


Development Setup

Prerequisites

Setting Up a Project

  1. Clone repository into themes directory in your WordPress project
cd ./wp-content/themes/
git clone git@github.com:cdgstudio/website.git
cd ./website
  1. Install PHP dependencies
php composer.phar install
  1. Install Node.js dependencies
npm install
  1. Active theme in admin panel

Development

  1. Run npm script to update styles for each change in .scss files
npm run css::watch