Getting Started
Run Piximi locally, the quick and easy way
Install Lerna
We use lerna to organize our project. More in the packages section.
1. Download the Repository
Get the latest master of Piximi from Github
You successfully downloaded the newest branch of Piximi. Let's cd into it
2. Install all dependencies
Within the newly cloned repository run
This will install all sub repositories which Piximi depend on. However, we still need to build a dist
file for each package. This is done by running
Piximi consists of independent sub-repositories found in piximi/packages/@piximi, We use lerna to manage all dependencies.
3. Run Piximi locally
Almost done! Go to the packages/piximi folder
Let's run a local version of the most up-to-date Piximi branch
Please report any errors or issues you encounter in our tutorial to https://github.com/piximi/piximi-issues
Last updated