This is the official CLI for peppubuild. If you want to bootstrap your own self-hosted version of Peppubuild speedily without using our cross-platform desktop application, you're in the right place.
This project requires NodeJS (version 8 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
$ npm -v && node -v
6.4.1
v8.16.0
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
BEFORE YOU INSTALL: please read the prerequisites
Start with installing Peppubuild locally on your local machine:
$ npm i -g peppubuild
Now, run the Peppubuild command in your terminal.
$ peppubuild
You'll be asked the question below:
Do you want to install a self-hosted version of peppubuild?
Respond with 'y' and hit the enter button, a Peppubuild folder will be created.
Navigate to the peppubuild folder that was just created.
$ cd peppubuild
Next run the install command.
npm install
Finally, we can serve the application using the command below:
npm run start
If you need more information on how to use Peppubuild, checkout the Peppubuild Repository.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Add your changes:
git add .
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 😎
- NodeJS
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Ukpai Ugochi - Initial work - Ugochi
See also the list of contributors who participated in this project.
MIT License © Andrea SonnY