AlgoListed
AlgoListed copied to clipboard
How to run the repo in local environment
Create a good detailed video of how to run the repo and also create a page on the website in client > src > Screens
by the name runInLocalEnvironment.js and show your video!
Hi @Nayaker ,
Since a lot of libraries are deprecated, Use npm i --force
rather than using npm install
. It will work. If anyone still faces refer to this video Run repo on your local env.
Hi! Could you assign me this would love working on it!
Hello @soumyadeeproychowdhury, I truly appreciate your interest in this matter. I'm pleased to inform you that the issue has been resolved. However, if you believe you can make further contributions to it, please feel free to do so. Otherwise, you are welcome to work on different issues within this repository. We are looking forward to your continued contributions.
To run the front end of the project follow these steps.
- Go to the client folder in the terminal
cd client
- Now to install the required dependencies use
npm i --force
. - And once the required dependencies are installed just use
npm start
to run the repo on your local machine.
@Nayaker is this issue still open, if yes i would like to solve this issue.
Yes brother it's open! @inbuilt-aura
@Nayaker,then plzz assign me.Would like to work on this.
@Nayaker, is this done?
No buddy, you can do it - it's an open issue :)
@Nayaker where is package.jsoon file??
@Nayaker how will i run if there is no package.json file??
There is package.json, share screenshot if you don't see it in yours @inbuilt-aura
@Nayaker,check again.Here:
Brother, go inside the client and backend - to get the package.json file separately for frontend and backend.
@Nayaker, thanks for that
@Nayaker, can you confirm that are frontend and backend aren't connected?
You can run them independently
@Nayaker but in order to check everything, we need to connect both. As sign in or other functionality is working or not thats why asked.
Yes correct, just for that page it is required to be connected. But it would work even if you don't connect in the current commit.