Skip to content

Latest commit

 

History

History
81 lines (50 loc) · 1.9 KB

File metadata and controls

81 lines (50 loc) · 1.9 KB

FavPress Framework Plugin

Build status

FavPress started as a hard copy of Vafpress, which was abandoned by their original developers.

Goals and motivation

Our initial goals are

  1. Create a stable and up to date version of the original Vafpress.
  2. Only one version, no freemium or premium version. Everyone should be able to use the framework without thinking about.
  3. For developers. We want a basic framework developers can easily use. Just basic features, not too fancy stuff or too many features.

Use in your plugin or theme

See the official documentation

Contribute

Any contribution is welcome. You can:

  1. Contribute to the FavPress code base.
  2. Report issues and help others within the issues section.
  3. Spread the word.
  4. Help us translate the core.
  5. Develop plugins using the framework.
  6. Fund us through buying our plugins.

How to build

Requirements

  • Install Node.Js

  • Install gulp

    npm install gulp -g
    npm update
    
  • Copy config.local.example.js to config.local.js and adapt it to your needs

Build

On updated package.json

npm update

Regular build

gulp

Watch the source folder

gulp
gulp watch

Release build

gulp release

Credits

The original authors of Vafpress.

Metabox Support:

Icons:

and probably many others.