gridaco / code

Design to Code Engine
https://grida.co/code
Apache License 2.0
225 stars 30 forks source link

Help needed: Error on build #200

Closed urameshibr closed 1 year ago

urameshibr commented 1 year ago

Describe the bug Error when the application will build in local environment.

To Reproduce Steps to reproduce the behavior:

  1. clone the project
  2. yarn
  3. yarn editor
  4. Showing error

Expected behavior Run the application.

Screenshots

image

Desktop (please complete the following information):

Smartphone (please complete the following information):

softmarshmallow commented 1 year ago

Hi. Did you clone with submodules? If you cloned this project conventionally, you'll have to run git submodule update --init --recursive

Or, simply clone using Github Desktop, it will resolve submodules automatically,

Once this step is property done,

run

yarn
cd editor
yarn dev
urameshibr commented 1 year ago

Hi. Did you clone with submodules? If you cloned this project conventionally, you'll have to run git submodule update --init --recursive

Or, simply clone using Github Desktop, it will resolve submodules automatically,

Once this step is property done,

run

yarn
cd editor
yarn dev

Thank you very much, fixed.