通量景觀
v1.1.0
Fluxscape 是一個低程式碼平台,設計人員和開發人員可以在其中建立自訂應用程式和體驗。它被設計為可視化程式設計環境,旨在加快您的開發過程。它促進快速有效地創建應用程序,並且需要最少的編碼知識。
有關如何使用 Fluxscape 的文檔可以在此處找到:Fluxscape 文檔
主要支援管道是Discord:Fluxscape Discord
可以從 Github 下載預先建置的二進位文件
# Install all dependencies
$ npm install
# Start the Fluxscape Editor and build a production version of the cloud and react runtime (useful when running Fluxscape from source but want to deploy to production)
$ npm start
# Start the Fluxscape Editor and watch the filesystem for changes to the runtimes. Development versions of the runtimes, not meant for production (mostly due to source maps and file size)
# This is ideal for a quick workflow when doing changes on the runtimes.
$ npm run dev
# Start Fluxscape Editor test runner
$ npm run test:editor
此儲存庫包含適用於 Fluxscape 平台不同部分的兩個不同許可證。
使用 Fluxscape 創建的應用程式的所有原始程式碼都在 MIT 下。這意味著您可以對運行時進行專案特定的更改,而無需重新分發更改。
已獲得 MIT 許可的打包:
noodl-runtime
noodl-viewer-cloud
noodl-viewer-react
您可以在每個包中找到 MIT LICENSE 檔案。儲存庫的其餘部分已根據 GPLv3 獲得許可。