Closed andreaadinolfi closed 4 months ago
Hello my friend!
You can use an alternative instead of using nodemon, and it works:
[Steps] 1) cd server 2) Install tsx (npm install tsx) 3) Go to the package.json, on line 12 ("start": "nodemon src/index.ts"), replace nodemon with tsx (it will be like this: "start": "tsx src/index.ts")
Done! This will run the server, and you can execute the client.
Thank you! It worked!
How can i contribute to the project? I'd like to learn typescript and have a OPTCG sim that runs on my broweser, maybe on my phone. Do you know if the project is still alive or was it abandoned? Thanks.
Hi my friend, would you like to continue development together?
Il giorno 1 lug 2024, alle ore 17:00, BBeretta @.***> ha scritto:
Hello my friend!
You can use an alternative instead of using nodemon, and it works:
[Steps]
cd server Install tsx (npm install tsx) Go to the package.json, on line 12 ("start": "nodemon src/index.ts"), replace nodemon with tsx (it will be like this: "start": "tsx src/index.ts") Done! This will run the server, and you can execute the client.
— Reply to this email directly, view it on GitHub https://github.com/BAA-Studios/MOOgiwara/issues/76#issuecomment-2200398358, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF33AMRUIBDYJTU27NIEERLZKFVHRAVCNFSM6AAAAABKENVJJGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBQGM4TQMZVHA. You are receiving this because you authored the thread.
I’m currently working on counter step.

Il giorno 21 ago 2024, alle ore 23:13, Andrea Adinolfi @.***> ha scritto:
Hi my friend, would you like to continue development together?
Il giorno 1 lug 2024, alle ore 17:00, BBeretta @.***> ha scritto:
Hello my friend!
You can use an alternative instead of using nodemon, and it works:
[Steps]
cd server Install tsx (npm install tsx) Go to the package.json, on line 12 ("start": "nodemon src/index.ts"), replace nodemon with tsx (it will be like this: "start": "tsx src/index.ts") Done! This will run the server, and you can execute the client.
— Reply to this email directly, view it on GitHub https://github.com/BAA-Studios/MOOgiwara/issues/76#issuecomment-2200398358, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF33AMRUIBDYJTU27NIEERLZKFVHRAVCNFSM6AAAAABKENVJJGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBQGM4TQMZVHA. You are receiving this because you authored the thread.
Hi! I tried to run the application following the instructions in the README, but I encountered the following issue: Maybe I'm doing something wrong with TypeScript. Thanks in advance.