Skip to content

spigotdesign/Pariscope

Repository files navigation

Pariscope

Pariscope is a starter theme by Spigot Desgin. It is built on Justin Tadlock's Hybrid Core version 5.

Requirements

There's a few requirements in order to develop a new theme or contribute back to the project. Here are some general setup guidelines, but the best place to learn and understand about this theme is to follow the install instructions here.

  • PHP 5.6+ (preferably 7+).
  • Git for version control.
  • Composer for managing PHP dependencies.
  • NPM or Yarn (your choice) for managing JS dependencies.

You should feel reasonably comfortable using the command line. The theme tries to keep this as simple as possible, but some command line knowledge is necessary in modern development.

Installation

Composer dependencies

Run: composer install

Build dependencies

Run npm install

Rename theme

The theme uses the theme name for namespace and other name related items. Run npm run rename

Regenerate Composer Autoload Files

After this process has run, you'll want to regenerate your Composer autoload files using the following command. Run composer dump-autoload

Documentation

Check out the project wiki to learn how to install and set up the theme.

Copyright and License

Pariscope is licensed under the GNU GPL, version 2 or later.

2021 © Bryan Hoffman.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published