-
-
Notifications
You must be signed in to change notification settings - Fork 91
How to run Dot from source but scripts are missing #615
-
I found that when I try to use yarn dev or yarn start, it throws an error.
Why there are no scripts inside the package.json? I really want to run it from source
Beta Was this translation helpful? Give feedback.
All reactions
We use our own custom build tool, not yarn. On macos and linux, you must run the following commands to get builds to start working:
./melon download ./melon import ./melon build ./melon run
Replies: 2 comments 2 replies
-
Please check our documentation.
Beta Was this translation helpful? Give feedback.
All reactions
-
We use our own custom build tool, not yarn. On macos and linux, you must run the following commands to get builds to start working:
./melon download ./melon import ./melon build ./melon run
Beta Was this translation helpful? Give feedback.
All reactions
-
But i am using windows. How?
Beta Was this translation helpful? Give feedback.
All reactions
-
Follow this guide: https://docs.dothq.co/cloning-dot/windows
Hope it helps.
Beta Was this translation helpful? Give feedback.