The Simple, Secure Framework Developers Trust
-
Updated
Aug 26, 2021 - JavaScript
These make commands can be deleted:
docs-build:
docker run -it -v $(PWD)/docs/sidebars.js:/workspace/kubevela.io/sidebars.js \
-v $(PWD)/docs/en:/workspace/kubevela.io/docs \
oamdev/vela-webtool:v1 -t build
docs-start:
docker run -it -p 3000:3000 -v $(PWD)/docs/sidebars.js:/workspace/kubevela.io/sidebars.js \
-v $(PWD)/docs/en:/workspace/kubevela.io/docs \
oamdev/vela-we
This is a very usefull feature to have, would be great if someone can add this to Boop. Amazing piece of software! Thank you.
Good first issue
Add a description, image, and links to the application topic page so that developers can more easily learn about it.
To associate your repository with the application topic, visit your repo's landing page and select "manage topics."
Foundation v8.27.0 added support for parallel testing in the
test
command. However, this is currently broken as per the notes in laravel-zero/foundation#52.The issue