This repository houses the custom WordPress theme for Your Knowledge. The theme is designed with a sleek and responsive approach, leveraging the power of Tailwind CSS.
- Tailwind CSS: Crafted using Tailwind CSS for a contemporary and adaptive design.
- GraphQL: Employs GraphQL for efficient data retrieval, ensuring timely content updates.
- Docker Integration: Features a Dockerfile for streamlined containerized deployment.
- Continuous Deployment: Utilizes GitHub Actions for seamless theme deployment.
- Custom WordPress Functions: Incorporates custom functions in
functions.php
to enhance WordPress capabilities. - Utility Functions: Specialized functions for data extraction from the Tutor LMS plugin and GraphQL.
- Clone this repository to your WordPress themes directory.
- Activate the theme via the WordPress dashboard.
- Ensure all necessary plugins and dependencies are in place.
# Install dependencies
yarn install
# Start the development server
yarn start
# Build for production
yarn build