通量景观
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 获得许可。