Skip to content

Build amazing iOS and Android applications for your WordPress website for free!

License

Notifications You must be signed in to change notification settings

mingxia/wordpress-hybrid-client

 
 

Repository files navigation

Installation

Read the manual: INSTALLATION.md

Configuration

Read the manual: CONFIGURATION.md

Development

Read the manual: DEVELOPMENT.md

Build Android & iOS

Read the manual: BUILD.md

Release Android & iOS

Read the manual: RELEASE.md

Project public API

Run dev server

npm run-script devserver

Dump dev files in www

npm run-script dumpdev

Dump prod files in www

npm run-script dumpprod

Contribute

WordPress hybrid Client is Open Source, If you are interested in helping, please read the following:

Pull Request Guidelines

When in doubt, keep your pull requests small. To give a PR the best chance of getting accepted, do not bundle more than one "feature" or bug fix per PR. Doing so makes it very hard to accept it if one of the fixes has issues.

It's always best to create two smaller PRs than one big one.

Style

Always use four spaces, no tabs. This goes for any HTML, CSS, or Javascript.

ToDo

  • Attempt to connect with retry button
  • Social buttons
  • Overwrite Sass variables
  • About Page
  • Params Page
  • Language switch
  • Accessibility (Post font size)
  • Image cache ngImgCache
  • App rate
  • Docker support for easier installation
  • Syntax highlighter for tech blogs
  • Table of content for posts
  • Personnalized Logo
  • Comment system (FB, WP, Disqus)
  • Templating
  • Contact form
  • Push Notifications
  • Offline
  • Ability to add ads

About

Build amazing iOS and Android applications for your WordPress website for free!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 43.6%
  • CSS 26.2%
  • HTML 14.4%
  • JavaScript 14.0%
  • Shell 1.8%