/dao

# 🤖 OSSDAO Github contrib Bot OSSDAO.org ## 🛠 Installation **DOWNLOAD** this repository and **UPLOAD** to your new own repository to make the changes in your local system. ```git-bash git clone https://github.com/YOUR-USERNAME/ossdao cd ossdao ``` Now, this command creates a directory named *node_modules* and installs all the required packages in it. ```javascript npm i ``` ## Configuration Please copy `.env_template` into `.env` ```shell cp .env_template .env ``` Then set your own **Git credentials** bellow: ```shell GIT_NAME="" # Your name GIT_EMAIL="" # Your email REPO_URL="" # Repo URL (eg. https://github.com/fadhiilrachman/ossdao) BRANCH_NAME="main" # Github default branch, if you don't have alter branch please don't edit ``` ## Run Finally, run the project to see what the moment package does. ```javascript node index.js ```

Primary LanguageJavaScriptMIT LicenseMIT

🤖 OSSDAO Github contrib Bot

OSSDAO.org

🛠️ Installation

DOWNLOAD this repository and UPLOAD to your new own repository to make the changes in your local system.

git clone https://github.com/YOUR-USERNAME/ossdao
cd ossdao

Now, this command creates a directory named node_modules and installs all the required packages in it.

npm i

Configuration

Please copy .env_template into .env

cp .env_template .env

Then set your own Git credentials bellow:

GIT_NAME=""         # Your name
GIT_EMAIL=""        # Your email
REPO_URL=""         # Repo URL (eg. https://github.com/fadhiilrachman/ossdao)
BRANCH_NAME="main"  # Github default branch, if you don't have alter branch please don't edit

Run

Finally, run the project to see what the moment package does.

node index.js