Myoozik

Results 10 comments of Myoozik

Doesn't really matter either way. It's more of a standalone program that interfaces with the Minecraft Computer Craft mod.

You haven't installed the dependencies, run `npm install` to install them.

![image](https://user-images.githubusercontent.com/43874526/103362846-6832a000-4b05-11eb-9faf-74bf91aa32d9.png) I found this block of code in the main .\turtle-gambit-master\src\index.ts (L34-37) that exposes the a refreshData() function on the web app. This might be the function that is trying...

See my [comment](https://github.com/ottomated/turtle-gambit/issues/7#issuecomment-752856237) in issue #7 for a fix.

> See my [comment](https://github.com/ottomated/turtle-gambit/issues/7#issuecomment-752856237) in issue #7 for a fix.

Yes there is, in order to install them run `npm install` in both directories

Make sure you have npm and yarn installed. Once you have done that, run `npm install` in both directories to install the dependencies.

You also need to run `yarn dev` in ./turtle-gambit-master/frontend before running `yarn dev` in ./turtle-gambit-master/

See #3 and #7

All good, hope you get it to work