-
Notifications
You must be signed in to change notification settings - Fork 829
Move forward after guessing successfully #641
Comments
Hi, I'm new to this project and I would like to have a look into this particular issue. Few questions though:
Thanks |
Hello there @Dema7 :) Launching the index file won't work, the application needs to be run in a web server with all the dev dependencies downloaded. But don't worry that will be simple to fix! However you will need to download and install Node.js/NPM first if you don't already have it. You can get them together as one installer here: https://nodejs.org/en/download/ If you take a look in the root of the rebus repository you'll find a file called package.json, in there you will see the definition of a scripts object. That contains the definitions of all the scripts you'll need for building/starting/testing etc. First things first, navigate to the root of the rebus directory in your command line, and run the command npm install. That will download and install all the dev dependencies you need. Now to start the webserver run the npm run start command, your default browser should load and serve your local rebus game. :D |
Hi @ArJunGawali I will look into this issue . |
Okay
…On Sun, 20 Jun 2021, 12:03 pm Vinay, ***@***.***> wrote:
Hi @ArJunGawali <https://github.com/ArJunGawali> I will look into this
issue .
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#641 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKOPYMFZXQ3E632YUJAASCTTTWDVBANCNFSM44KYYYYA>
.
|
I'm sorry this is a bit irrelevant, but I don't know where else to post, it looks like a lot of the pull requests aren't being merged. What could we do about that? |
Expected Behavior
... We should move forward when we guess the previous one corretly or give hints and answer , so that we can find out the result
Actual Behavior
... right now in it , we can go forward without successfully guessing ,so thats why it annoying when we can't solve it and also can't get the answer
The text was updated successfully, but these errors were encountered: