Krishna Consciousness Academy WordPress Theme

July 20, 2025 ยท View on GitHub

Maintainability Known Vulnerabilities Last Commit

Description

Krishna Consciousness Academy WordPress Theme is a custom WordPress theme (with a set of internal plugins) for the website of the Krishna Consciousness Academy. The project runs locally in Docker containers and is automatically configured using WP-CLI.

The theme supports a multisite WordPress configuration and is pre-configured for multilingual use, including Ukrainian, English, and Russian languages.

Languages used

PHP JavaScript HTML CSS

Installation

  1. Clone the repository:

    git clone https://github.com/pavel-pasechnik/wordpress.git
    cd wordpress
    
  2. Create the .env file:

    cp .env.example .env
    
  3. Install dependencies:

    npm i
    
  4. Build Docker images:

    docker compose build
    
  5. Start the containers:

    docker compose up -d
    
  6. Open in browser:

  7. Stop the containers:

    docker compose down
    

Technologies Used

WordPress WP-CLI Docker PHP Intelephense Prettier ESLint Stylelint HTMLHint MySQL Elasticsearch Redis

License

This project is licensed under the GPL-2.0.