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

what can i do after cloning the repository? #3396

Open
Aquarius-17 opened this issue Aug 15, 2022 · 7 comments
Open

what can i do after cloning the repository? #3396

Aquarius-17 opened this issue Aug 15, 2022 · 7 comments

Comments

@Aquarius-17
Copy link

Question description

I am a rookie in this area. I want to know how this project run and learn to make some progresses for this project!Do i need to install yarn? Which IDE should i use? IDEA or Pycharm? Could you please give me some advice on how to get started quickly on the project?thanks!!!

@gblnovaes
Copy link

hey bro!!!
look this video -> https://www.youtube.com/watch?v=CML6vfKjQss&list=PLSvCAHoiHC_ruv346fAovrtAP1U6-kM7h
step to step to help project.

The next step is to look at the source code, and identify which language is being used and try to improve something or solve a problem.

@Aquarius-17
Copy link
Author

hey bro!!! look this video -> https://www.youtube.com/watch?v=CML6vfKjQss&list=PLSvCAHoiHC_ruv346fAovrtAP1U6-kM7h step to step to help project.

The next step is to look at the source code, and identify which language is being used and try to improve something or solve a problem.

It's good advice for me ! Thank you for your reply and recommend!!!

@StephenChips
Copy link

It's a bit of tricky to setup this project. For some unknown reason, you should install a C++ compiler first. If you are a Windows user, you have to install Visual Studio (install the MSVC C++ toolchain). Sadly, since I don't use Linux for development, I don't know how to set up a GCC/Clang based compiler for this project, and there is no proper document for that.

After you have Visual Studio installed, just run yarn in the root directory, and it will install the dependencies.

@Aquarius-17
Copy link
Author

It's a bit of tricky to setup this project. For some unknown reason, you should install a C++ compiler first. If you are a Windows user, you have to install Visual Studio (install the MSVC C++ toolchain). Sadly, since I don't use Linux for development, I don't know how to set up a GCC/Clang based compiler for this project, and there is no proper document for that.

After you have Visual Studio installed, just run yarn in the root directory, and it will install the dependencies.

After i ran yarn and finished to install the dependencies ,what can i do to run this project?

@StephenChips
Copy link

It's a bit of tricky to setup this project. For some unknown reason, you should install a C++ compiler first. If you are a Windows user, you have to install Visual Studio (install the MSVC C++ toolchain). Sadly, since I don't use Linux for development, I don't know how to set up a GCC/Clang based compiler for this project, and there is no proper document for that.

After you have Visual Studio installed, just run yarn in the root directory, and it will install the dependencies.

After i ran yarn and finished to install the dependencies ,what can i do to run this project?

you can run yarn dev to start the electron app in development mode.

You can look into package.json's script property to find out all available runscript.

@Aquarius-17
Copy link
Author

I found you are a Chinese programmer, I will use Chinese to talk to you? 请问在运行了 yarn dev 之后出现了这个图片的内容,这是否意味着我的项目已经搭建成功了?
QQ图片20220912231210
在弹出这个窗口的同时还弹出了这个页面,请问这是什么?
QQ图片20220912231257

@Aquarius-17
Copy link
Author

I found you are a Chinese programmer, I will use Chinese to talk to you? 请问在运行了 yarn dev 之后出现了这个图片的内容,这是否意味着我的项目已经搭建成功了? QQ图片20220912231210 在弹出这个窗口的同时还弹出了这个页面,请问这是什么? QQ图片20220912231257

第二张图片好像没有显示
QQ图片20220912231257

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