How to run Dot from source but scripts are missing #615
Answered
by
trickypr
zeankundev
asked this question in
Q&A
|
I found that when I try to use |
Answered by
trickypr
Sep 30, 2021
Replies: 2 comments 2 replies
|
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 |
2 replies
Answer selected by
trickypr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: