tool3rd
tool3rd copied to clipboard
Build / install instructions?
Hi,
Do you have instructions for how to run this? The videos only cover using it once it's running. I tried the logical steps of checking out the repository and running yarn run start
(and yarn install
and yarn build
) in the top-level directory (using both main
and v1.17.1
) but ran into a variety of peer dependency errors doing so.
Thanks!
Hello, thanks for your attention to this project.
You can just download the installer here.
Or, do you want to build binary for Linux or macOS?
You bet!
macOS in my case (but I imagine Linux and Windows users would also want to do it from time to time.)
I tried to build Linux and macOS executables, but found that lots of dependencies have breaking changes and it is very hard to fix dependencies.
I am going to rework the entire codebase and let you know if there is any progress
Awesome / good luck! Don't feel like you need to do that on my account ... but I'll definitely use it if you do! 😁
Hello, try the followings (I don't have mac machine so I can't build for it):
Clone & install dependencies
git clone https://github.com/proj3rd/tool3rd
cd tool3rd
git checkout develop
npm install
Run on dev
npm run dev
Build executables
npm build:win
npm build:linux
npm build:mac
If you encounter any issue, please let me know
Also, you can get Windows or Linux executables on https://github.com/proj3rd/tool3rd/releases/tag/v2.0.0-alpha
If available, could you check #34 on mac?
@ewa , could you check https://github.com/proj3rd/tool3rd/releases/tag/v2.1.0 ?
I built macOS app using GitHub workflow with macOS runner, but it's impossible to test whether it works or not.