How Do I Set This Up #200
Answered
by
Aymericr
NETWORKWISE
asked this question in
Q&A
-
|
Honestly I am a complete dinosaur when it comes tpo programming and this stuff. Is there am easy to follow guide on how to set this up? It looks absolutely amazing but I have no idea where to start. |
Beta Was this translation helpful? Give feedback.
Answered by
Aymericr
Jul 19, 2026
Replies: 1 comment
-
|
The simplest current setup is:
No environment variables are required for the editor itself; the Google Maps key is optional. If you only want to use Pascal rather than develop it, the hosted editor at https://editor.pascal.app is the no-code path. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Aymericr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The simplest current setup is:
git clone https://github.com/pascalorg/editor.git.cd editor && bun install.bun devfrom the repository root.http://localhost:3002.No environment variables are required for the editor itself; the Google Maps key is optional. If you only want to use Pascal rather than develop it, the hosted editor at https://editor.pascal.app is the no-code path.