mdx
MDx - Material Design WordPress Theme
File Explorer
Download Latest Version (.zip)- app.js
- main.php
- mdx-en_US-mdx_block_js.json
- mdx-tr_TR-mdx_block_js.json
- mdx-zh_HK-mdx_block_js.json
- mdx-zh_TW-mdx_block_js.json
- blocks.build.js
- flickity.min.css
- login.css
- md2.css
- oled.css
- Montserrat-Light.eot
- Montserrat-Light.woff
- Montserrat-Light.woff2
- Montserrat-Regular.eot
- Montserrat-Regular.woff
- Montserrat-Regular.woff2
- Montserrat-SemiBold.eot
- Montserrat-SemiBold.woff
- Montserrat-SemiBold.woff2
- en_US.po
- template.pot
- tr_TR.po
- zh_HK.po
- zh_TW.po
- editor.scss
- mdx.js
- style.scss
- blocks.js
- common.scss
- init.php
- .editorconfig
- .eslintignore
- .eslintrc.json
- .gitignore
- LICENSE
- package-lock.json
- package.json
- plugin.php
- README.md
- behance.svg
- bilibili.svg
- coolapk.svg
- douban.svg
- dribbble.svg
- email.svg
- facebook.svg
- github.svg
- instagram.svg
- neteasemusic.svg
- personalpage.svg
- qq.svg
- rss.svg
- steam.svg
- tel.svg
- telegram.svg
- twitter.svg
- wechat.svg
- weibo.svg
- whatsapp.svg
- zhihu.svg
- admin.jpg
- beian.png
- def_index.jpg
- dpic.jpg
- admin.css
- admin_functions.css
- admin_init_fn.php
- admin_init_ver.php
- admin_preview.css
- author_card.php
- cdn_version.php
- default_value.php
- main_loop.php
- same_posts.php
- searchform.php
- share_cn.php
- share_oversea.php
- toggleposts.php
- ad.png
- fold.png
- github.png
- list.png
- post.png
- progress.png
- table.png
- warning.png
- ac.js
- admin_tag.js
- admin_upload.js
- better_comment.js
- common.js
- flickity.min.js
- jquery.min.js
- js.js
- lazyload.js
- login.js
- masonry.min.js
- page.js
- post.js
- qr.js
- ra.js
- sc1.js
- search.js
- toc.js
- vendors~html2canvas.js
- en_US.mo
- en_US.po
- template.pot
- tr_TR.mo
- tr_TR.po
- zh_HK.mo
- zh_HK.po
- zh_TW.mo
- zh_TW.po
- mdui.min.css
- LICENSE.txt
- material_2_icon_font.woff
- material_2_icon_font.woff2
- MaterialIcons-Regular.ijmap
- MaterialIcons-Regular.woff
- MaterialIcons-Regular.woff2
- mdui.min.js
- puc-debug-bar.css
- debug-bar.js
- Factory.php
- Extension.php
- Panel.php
- PluginExtension.php
- PluginPanel.php
- ThemePanel.php
- Package.php
- Update.php
- UpdateChecker.php
- Api.php
- BaseChecker.php
- PluginUpdateChecker.php
- Reference.php
- ThemeUpdateChecker.php
- Autoloader.php
- Factory.php
- InstalledPackage.php
- Metadata.php
- OAuthSignature.php
- Scheduler.php
- StateStore.php
- Update.php
- UpdateChecker.php
- UpgraderStatus.php
- Utils.php
- Parsedown.php
- ParsedownLegacy.php
- ParsedownModern.php
- PucReadmeParser.php
- composer.json
- license.txt
- load-v4p9.php
- plugin-update-checker.php
- tr_TR.md
- zh_CN.md
- betterFetch.js
- debounce.js
- ele.js
- fade.js
- opacity.js
- scrollTo.js
- ac.js
- ajax.js
- ajax_ac.js
- js.js
- login.js
- page.js
- post.js
- search.js
- toc.js
- content-1-status.php
- content-1.php
- content-2-status.php
- content-2.php
- content-3-status.php
- content-3.php
- content-4-status.php
- content-4.php
- content-5-status.php
- content-5.php
- content-first-1-status.php
- content-first-1.php
- content-first-2-status.php
- content-first-2.php
- content-first-3-status.php
- content-first-3.php
- content-first-4-status.php
- content-first-4.php
- content-first-5-status.php
- content-first-5.php
- .editorconfig
- .gitignore
- 404.php
- admin_fn.php
- admin_functions.php
- admin_style.php
- archive.php
- author.php
- babel.config.json
- category.php
- comments.php
- footer.php
- functions.php
- header.php
- index.php
- LICENSE
- package-lock.json
- package.json
- page-links.php
- page-postlike.php
- page-tags.php
- page-timeline.php
- page.php
- postcss.config.js
- README.md
- screenshot.png
- search.php
- searchform.php
- single.php
- style.css
- style.less
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/yrccondor/mdx
Downloads the entire project code from GitHub to your computer.
cd mdx
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd gutenberg-src
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. PHP (Composer)
EasyPrerequisites
cd plugin-update-checker
This project's files live in a subfolder, so move into it first.
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
