mkv-web icon indicating copy to clipboard operation
mkv-web copied to clipboard

How do I use this project?

Open otonoton opened this issue 1 year ago • 3 comments

I wanted to try this project out but I cannot find any instructions for how to actually use it. One of the bug reports mentioned something about compiling, but it is not obvious how to do that.

Thanks

otonoton avatar May 04 '23 17:05 otonoton

@otonoton It might be too late but download the project and run "npm install" to install all dependencies then check the scripts in package.json to see which command will execute the project. As I see, "npm run start" will work.

utkubiz avatar Jun 11 '23 20:06 utkubiz

I have the same issue can some one help out here?

I tried npm install and npm run tsc

but npm run tsc gives a lot of errors and warnings

there isn't any description to run the project either @ilian

heatengine avatar Jun 25 '23 14:06 heatengine

npm run tsc errors out for me as well, but npm run start works fine

jo-work-account avatar Nov 15 '23 15:11 jo-work-account