We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
After forking the Pageflow repository to your own GitHub account, create a clone on your machine:
$ git clone [email protected]:your-account/pageflow.git $ cd pageflow
Install dependencies:
$ bundle install $ yarn install
Add a remote named upstream to be able to pull changes from the codevise/pageflow repository:
upstream
codevise/pageflow
$ git remote add upstream [email protected]:codevise/pageflow.git
Now you can update your fork to stay up to date.