Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing Plasmic Studio locally #114

Open
alelordelo opened this issue Feb 24, 2024 · 3 comments
Open

Installing Plasmic Studio locally #114

alelordelo opened this issue Feb 24, 2024 · 3 comments

Comments

@alelordelo
Copy link

Hello Plasmic Team,

Following your recent announcement about Plasmic becoming fully open-sourced, I'm very interested in the possibility of installing Plasmic Studio locally on my machine. The announcement mentioned that it's now possible to set up a fully-functional Plasmic stack independently, and I'd love to explore this for development purposes.

Could you provide any guidance, documentation, or steps on how to achieve this local installation? Specifically, I'm looking for information on setting up the server-side components of Plasmic Studio to run in a local development environment.

Thank you for your efforts in open-sourcing Plasmic and fostering community involvement. I'm excited about the potential to contribute to and learn from this initiative.

Best regards,

@IcaroG
Copy link
Contributor

IcaroG commented Feb 26, 2024

You can start by looking up the docs here and here

@michaelkimchi
Copy link

Hey @IcaroG I tried to follow the instruction, and get this error when doing yarn bootstrap.

$ NODE_ENV=production node ./esbuild.js
       ✘ [ERROR] Could not resolve "./generated-types/axios.json"
       
           src/axios.ts:3:18:
             3 │ import types from "./generated-types/axios.json";
               ╵                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       
       ✘ [ERROR] Could not resolve "./generated-types/nanoid.json"
       
           src/nanoid.ts:3:18:
             3 │ import types from "./generated-types/nanoid.json";
               ╵                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       
...

It is a very long list, and it seems like ./generated-types folder is missing in canvas-packages

@IcaroG
Copy link
Contributor

IcaroG commented May 10, 2024

Can you try running yarn install and yarn build in canvas-packages?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants