Advanced customization
Despite there are many configuration parameters allowing to tune the resulting library one may have need to more deep customization. Here we will describe the workflow for more advanced way to use QEDA.
1. Cloning the repo
git clone https://github.com/qeda/qeda.git
Or if you do not need all history:
git clone https://github.com/qeda/qeda.git --depth 1
2. Installing
cd qeda
npm install
3. Editing and running
# Edit source files then ...
npm install
# Run:
./bin/qeda ...