This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps ->
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Get a free API Key at divarapi.liara.run
- Clone the repo
git clone https://github.com/MrSobhan/Divar.git
- Install NPM packages
npm install
- Enter your API in
config.js
const API_KEY = 'ENTER YOUR API';
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin github_username/repo_name git remote -v # confirm the changes
Distributed under the MIT License. See MIT for more information.