GithubHelp home page GithubHelp logo

Comments (13)

atharvarekhawar avatar atharvarekhawar commented on June 9, 2024 1

One more doubt is that should I create a new branch in my fork or directly commit into main branch and what message should my commit contain after changes

from memories.

atharvarekhawar avatar atharvarekhawar commented on June 9, 2024

Your setup doc is not present

from memories.

atharvarekhawar avatar atharvarekhawar commented on June 9, 2024

I am new to open source contribution and want to start it with your issue , can you describe in detail the contribution process

from memories.

warmachine028 avatar warmachine028 commented on June 9, 2024

Your setup doc is not present

I have added the setup Guidelines

from memories.

warmachine028 avatar warmachine028 commented on June 9, 2024

I am new to open source contribution and want to start it with your issue , can you describe in detail the contribution process

Hi there,
Please read the Issue Description and let me know which part is confusing you, I will assist you to solve it.

from memories.

atharvarekhawar avatar atharvarekhawar commented on June 9, 2024

What I have understood from the above description is that the key is used as hard-coded text and I have to use an environment variable to hide the key, if mistaken please correct me.

from memories.

warmachine028 avatar warmachine028 commented on June 9, 2024

Correct. You just have to replace the key using environment variable in the file and .env.example. If you are willing to do it, I can assign you this issue.

from memories.

atharvarekhawar avatar atharvarekhawar commented on June 9, 2024

sure I will do it, you can assign it to me and I have a doubt about a line in setup.md which is ->

Reset the index of the array from const API = axios.create({ baseURL: apiURL[1] }) to ...apiURL[0]... to reuse the deployed server

from memories.

atharvarekhawar avatar atharvarekhawar commented on June 9, 2024

I was checking the folder structure and noticed .env.example file, do you want me to create a .env file replacing it ?

from memories.

warmachine028 avatar warmachine028 commented on June 9, 2024

sure I will do it, you can assign it to me and I have a doubt about a line in setup.md which is ->

Reset the index of the array from const API = axios.create({ baseURL: apiURL[1] }) to ...apiURL[0]... to reuse the deployed server

Okay so this line indicates that:

  • 0th item in the apiURL array is the deployed server
  • 1st item is the Local server

If you have made changes in the server files and want to check if it is working fine, you might want to change 0 to 1

But you need to reset it to 0 again before you push your changes

from memories.

warmachine028 avatar warmachine028 commented on June 9, 2024

I was checking the folder structure and noticed .env.example file, do you want me to create a .env file replacing it ?

  • Yes the .env file and .env.local files are untracked by Git.
  • You might create it, but you might not be able to push it in the repository
  • You can just make the changes in .env.example like the other variables present there.

from memories.

warmachine028 avatar warmachine028 commented on June 9, 2024

One more doubt is that should I create a new branch in my fork or directly commit into main branch and what message should my commit contain after changes

  • As this is a minor change, creating a branch is upto you
  • The commit message can be something like fix: Added fixes for #37

from memories.

atharvarekhawar avatar atharvarekhawar commented on June 9, 2024

I have changed the required code, please tell me if there is any procedure for creating a PR

from memories.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.