CPG is being used to create items, generate invoices, handle orders, view transactions, and ensure payments make it to the client to develop your business. It offers many approaches for developers to personalize CPG
- Copy
dummy
folder and paste inpackages
folder - Rename with the format:
cpg-{package_name}
- In
package.json
replace name with:@cpg/{package_name}
- Install dependencies in root with
npm i
(To sync with node_modules too) - Makes changes and once done run with
npm run build -w=cpg/{package_name}
- Go to app and to
package.json
- Decide if it goes to dev or not
- Add a new line with the following:
"@cpg/{package_name}": "*"
(Star is needed) - Go to root and run:
npm i
.
This should install the dependency
Want to contribute? Great!
You can contribute to the repository by forking
, then make a pull request when you're done!
Remember to read our CONTRIBUTING guidelines to ensure your PR
gets accepted.
Or you can ask on our discord server
.
Tolfix is a company
focused on IT
, Development
and Networking
,
we strive to help others with their IT
issues and love contributing to other peoples projects!
If you'd like to find out more, you can visit us at https://tolfix.com/
.