Installation
Getting Started with Plainform
Prerequisites
Get the repoo
After purchasing Plainform, you'll be added as a collaborator on the repo based on the GitHub username you provided in the checkout. Below are three methods to clone the repository and start working on your project.
Git clone
Use the following command in your terminal to clone the repository directly
git clone https://github.com/plainformOrg/plainform.git your-project-name
Fork it on GitHub
Fork the repository on GitHub to your own account, then clone your forked version
git clone https://github.com/your-username/plainform.git your-project-name
Use this template
On GitHub, click the Use this template button to create a new repository based on the Plainform. Once created, clone your new repository to your local machine

How is this guide ?
Last updated on