Custom WordPress theme.
All content has been rewritten to Astro. New repository you can find here
- Node.js which includes Node Package Manager
- PHP >= 8.0
- Composer
- WordPress >= 6.0.0
- ACF Plugin >= 5.12
- Clone repository into themes directory in your WordPress project
cd ./wp-content/themes/
git clone [email protected]:cdgstudio/website.git
cd ./website
- Install PHP dependencies
php composer.phar install
- Install Node.js dependencies
npm install
- Active theme in admin panel
- Run npm script to update styles for each change in
.scss
files
npm run css::watch