Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
/ website Public archive

Custom WordPress theme

License

Notifications You must be signed in to change notification settings

cdgstudio/website

Repository files navigation

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 [email protected]: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