mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-01-12 07:12:54 +01:00
Compare commits
13 Commits
release
...
revert-6-p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6460b235a | ||
|
|
3f5addb251 | ||
|
|
a87a7fd624 | ||
|
|
73b6ba85ef | ||
|
|
0471a19ccf | ||
|
|
f69b5ad250 | ||
|
|
0f319f4d17 | ||
|
|
cd483e2cd1 | ||
|
|
8b4b4b8417 | ||
|
|
42f6aedbc0 | ||
|
|
07a284cf2d | ||
|
|
ac7aa2d069 | ||
|
|
3d30bb9280 |
30
README.md
30
README.md
@@ -8,9 +8,33 @@ OpenNoodl will aim to stay entirely in sync with the original repository, includ
|
|||||||
|
|
||||||
## One-click install
|
## One-click install
|
||||||
|
|
||||||
* [Code Crusher 1.0.1 for MacOS Intel](https://drive.google.com/file/d/11XPs0GjmNdQ4NxQLrtW5hlDqo21Fj_bs/view?usp=sharing)
|
* [OpenNoodl 1.1.0 for MacOS Intel](https://github.com/The-Low-Code-Foundation/OpenNoodl/releases/download/release/OpenNoodl.1.1.0.Apple.Intel.dmg)
|
||||||
* [Code Crusher 1.0.1 for MacOS Silicon](https://drive.google.com/file/d/1sGhGTTMTSS-1LBnFPfyg_eWxDPLaUexy/view?usp=sharing)
|
* [OpenNoodl 1.1.0 for MacOS Silicon](https://github.com/The-Low-Code-Foundation/OpenNoodl/releases/download/release/OpenNoodl.1.1.0.Apple.Silicon.dmg)
|
||||||
* [Code Crusher 1.0.1 for Windows](https://drive.google.com/file/d/10N8lZ-NlAO_Cr6Wi1o0CJHVepuVTpEtj/view?usp=drive_link)
|
* [OpenNoodl 1.1.0 for Windows](https://github.com/The-Low-Code-Foundation/OpenNoodl/releases/download/release/OpenNoodl.1.1.0.Windows.exe)
|
||||||
|
|
||||||
|
## Arch Linux
|
||||||
|
|
||||||
|
On Arch Linux, OpenNoodl can be installed [from the AUR](https://aur.archlinux.org/packages/opennoodl):
|
||||||
|
```
|
||||||
|
yay -S opennoodl
|
||||||
|
```
|
||||||
|
|
||||||
|
# Getting started
|
||||||
|
|
||||||
|
## Beginner resources
|
||||||
|
|
||||||
|
* [Tutorials and basic info](https://learn-noodl.com)
|
||||||
|
* [Resources and community components](https://the-low-code-foundation.fibery.io/invite/5NtlTThnCPh2vaAk)
|
||||||
|
|
||||||
|
## Integrated back-end
|
||||||
|
|
||||||
|
### Cloud hosted
|
||||||
|
|
||||||
|
OpenNoodl has native CRUD nodes that work with Parse Server backends. [OpenNoodl Hosting](https://opennoodl-hosting.com) provides free and paid Parse Server backends to help you get started.
|
||||||
|
|
||||||
|
### Self hosted
|
||||||
|
|
||||||
|
If you prefer self-hosting or a local backend, while still taking advantage of the native OpenNoodl CRUD nodes, check out the repositories of the original [Noodl Cloud Services backend](https://github.com/The-Low-Code-Foundation/opennoodl-cloudservice) (Parse and cloud functions), as well as the new [OpenNoodl Better Backend](https://github.com/The-Low-Code-Foundation/opennoodl-better-backend) (Parse and n8n).
|
||||||
|
|
||||||
## Building from source
|
## Building from source
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user