Skip to content

neurocracy/drupal-omnipedia-main-page

Repository files navigation

This contains the source files for the "Omnipedia - Main page" Drupal module, which provides main page functionality for Omnipedia.

⚠️ Why open source? / Spoiler warning


Requirements

Drupal dependencies

Follow the Composer installation instructions for these dependencies first:


Installation

Composer

Set up

Ensure that you have your Drupal installation set up with the correct Composer installer types such as those provided by the drupal/recommended-project template. If you're starting from scratch, simply requiring that template and following the Drupal.org Composer documentation should get you up and running.

Repository

In your root composer.json, add the following to the "repositories" section:

"drupal/omnipedia_main_page": {
  "type": "vcs",
  "url": "https://github.com/neurocracy/drupal-omnipedia-main-page.git"
}

Installing

Once you've completed all of the above, run composer require "drupal/omnipedia_main_page:^1.0@dev" in the root of your project to have Composer install this and its required dependencies for you.

About

Provides main page functionality for Omnipedia.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages