docs: add guide on building custom extensions (#806)

This commit is contained in:
Salman Mohammed
2025-01-27 12:36:12 -05:00
committed by GitHub
parent 805de9e1a2
commit 174e1b33d0
14 changed files with 878 additions and 1 deletions
+7 -1
View File
@@ -15,12 +15,18 @@ copy-binary:
echo "Release binary not found."; \
exit 1; \
fi
# Run UI with latest
run-ui:
@just release
@echo "Running UI..."
cd ui/desktop && npm install && npm run start-gui
# Run Docusaurus server for documentation
run-docs:
@echo "Running docs server..."
cd documentation && yarn && yarn start
# Run server
run-server:
@echo "Running server..."