An open API service indexing awesome lists of open source software.

https://github.com/eliooooooo/mellow-clo-drupal-reproduction

Mellow Clo Drupal Reproduction
https://github.com/eliooooooo/mellow-clo-drupal-reproduction

drupal-11

Last synced: 5 months ago
JSON representation

Mellow Clo Drupal Reproduction

Awesome Lists containing this project

README

          

# Mellow Clo (Drupal reproduction)
Original website : [Visit here](https://mellowclo.com/).

## Overview
![image](https://github.com/user-attachments/assets/33eec280-68e8-4b49-9596-07950059ce25)
![image](https://github.com/user-attachments/assets/7d7f285b-afd7-4947-9caa-a6b798eabde8)
![image](https://github.com/user-attachments/assets/cfda7649-ad4a-4af8-98af-7adfde41b749)

## Get started

1. Clone the project on install it via an archive.
```bash
git clone git@github.com:eliooooooo/Mellow-Clo-Drupal-Reproduction.git
```
2. Install the project dependencies using Composer.
```bash
composer install
```
3. Import the database.
4. Import the configuration.
```bash
drush cim
```

## Contrib modules dependencies

- **Admin Toolbar** (drupal/admin_toolbar^3.5) :
*Improves the default administration toolbar menu by turning it into a drop-down, for fast access to all administration pages.*
- **Block Classes** (drupal/block_classes^1.0) :
*Block Classes allows users to add classes to block title, content, and wrapper of any block through the block's configuration interface.*
- **Linkit** (drupal/linkit^7.0) :
*Linkit provides an autocomplete interface for internal and external linking in rich-text editors.*
- **Pathauto** (drupal/pathauto^1.13) :
*The Pathauto module automatically generates URL/path aliases for various kinds of content.*
- **Webform** (drupal/webform^6.3@beta) :
*The Webform module is a powerful and flexible Open Source form builder and submission manager for Drupal.* (Webform in product single pages > Ask a question).
- **Gin** (drupal/gin^4.0) :
*A completely redesigned UI layout, enhanced with features like Darkmode, brings a fresh new look to your Drupal Admin interface.*

## Configurations

The configuration has been exported in the `data/config/sync` folder.
You can import them with :
```bash
drush cim
```

## Credentials

To connect to administration, please use :
- username : admin
- password : admin123