https://github.com/anandkumar/abc
Time to learn some new thing. Just a temporary repo
https://github.com/anandkumar/abc
Last synced: about 2 months ago
JSON representation
Time to learn some new thing. Just a temporary repo
- Host: GitHub
- URL: https://github.com/anandkumar/abc
- Owner: anandkumar
- License: gpl-2.0
- Created: 2018-08-25T09:56:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T10:56:53.000Z (almost 8 years ago)
- Last Synced: 2025-02-26T08:16:17.330Z (over 1 year ago)
- Language: PHP
- Size: 485 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Mythic
Mythic is a starter theme for WordPress.
The theme's primary goal is to offer a modern development experience for WordPress theme authors while sticking as close to possible to WordPress standards as we can. Sometimes those things don't always mesh well. This theme aims to balance that.
## Requirements
There's a few requirements in order to develop a new theme or contribute back to the project:
* PHP 5.6+ (preferably 7+).
* [Git](https://git-scm.com/) for version control.
* [Composer](https://getcomposer.org/) for managing PHP dependencies.
* [NPM](https://www.npmjs.com/) or [Yarn](https://yarnpkg.com/en/) (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.
## Documentation
Check out the [project wiki](https://github.com/justintadlock/mythic/wiki) to learn how to install and set up the theme.
## Copyright and License
Mythic is licensed under the [GNU GPL](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html), version 2 or later.
2018 © Justin Tadlock.