Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50641 views

build: components
	@component build

components: component.json
	@component install --dev

clean:
	rm -fr build components template.js

.PHONY: clean