mirror of
https://github.com/fluxscape/fluxscape.git
synced 2026-01-11 14:52:54 +01:00
9bce91d5b3ba1dc1055f34c106233e759e92d644
Ensures that the functionality of window title bar buttons on Linux matches that of Windows.
Noodl
Noodl is a low-code platform where designers and developers build custom applications and experiences. Designed as a visual programming environment, it aims to expedite your development process. It promotes the swift and efficient creation of applications, requiring minimal coding knowledge.
Requirements
Getting Started
# Install all dependencies
$ npm install
# Start the Noodl Editor and build a production version of the cloud and react runtime (useful when running Noodl from source but want to deploy to production)
$ npm start
# Start the Noodl 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 Noodl Editor test runner
$ npm run test:editor
Releases
1
flixscape-noodl-editor
Latest
Languages
JavaScript
68.2%
TypeScript
27.8%
CSS
1.4%
SCSS
1.4%
HTML
1.2%