Skip to content

Paul008/onepager

 
 

Repository files navigation

Onepager Join the chat at https://gitter.im/themexpert/onepager

Download - (http://getonepager.com/#download)

Where to Get Help

A chat room has been set up using Gitter where you can go to talk about the project with developers, contributors, and other members of the community. This is the best place to go to get quick tips and discuss features with others.

Documentation is also available, and being continually added to as development progresses.

Requirements

  • PHP 5.4+

Browser Requirements

  • Google Chrome 41+
  • Firefox 36+
  • Safari 8+
  • Opera 28+
  • Internet Explorer 10+

Installation

Download the Onepager plugin from our website and install it as regular plugin for WordPress.

Developer

If you want to build onepager yourself make sure you have installed node, npm, gulp and composer and available system wide. Now run this command

npm install
bower install
composer install

Finally run it to compile the assets

gulp

Gulp will automatically compile your LESS and JS changes into dist folder.

You can run gulp package to build a wordpress plugin package with only required files

How to Contribute

Contributing to the Onepager is easy. Development is being conducted via Github, where you can submit Issues to report any bugs or suggest improvements, as well as submit your own Pull Requests to submit your own fixes and additions.

We recommend chatting with the team via Gitter prior to submitting the pull request to avoid doubling up on a fix that is already pending or likely to be overwritten by an upcoming change.

Onepager follows the GitFlow branching model. The master branch always reflects a production-ready state while the latest development is taking place in the develop branch.

Each time you want to work on a fix or a new feature, create a new branch based on the develop branch: git checkout -b BRANCH_NAME develop. Only pull requests to the develop branch will be merged.

Versioning

Onepager is maintained by using the Semantic Versioning Specification (SemVer).

Copyright and License

Copyright ThemeXpert under the GNU GPLv3 or later.

About

Onepage Theme/Website Builder for WordPress and Joomla

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 54.8%
  • JavaScript 33.0%
  • CSS 12.2%