플럭스스케이프
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 라이센스 파일을 찾을 수 있습니다. 나머지 저장소는 GPLv3에 따라 라이센스가 부여됩니다.