Welcome to the Open Source Israeli website repository
Want to get started contributing to open source and not sure where to begin? You've come to the right place Open Source Israeli website scrapes awesome-opensource-israel github and displays every open source Israeli projects.
How to contribute to this project: Prequsties: You must have Node.js and NPM installed on your machine
- Fork the project to create your own copy of the repository at github (by pressing
fork
button) - Navigate to some directory where you plan the project to be cloned
- Clone the project by running
git clone https://github.com/<YOUR-GIT-USER>/opensource-il-site.git
in terminal - Navigate to project directory
cd opensource-il-site
- Install the project's dependecies by running
npm i
command in the terminal - Make sure the installation was successful by using the
npm run dev
in the terminal
Want to contribute to the Open Source Israeli website? Visited the site and still unsure where to begin? Facing an issue? Drop by the Discord community and leave a comment
ברוכים הבאים למאגר של אתר הקוד הפתוח הישראלי
רוצים לתרום לקוד פתוח ולא בטוחים כיצד להתחיל? הגעתם למקום הנכון אתר הקוד הפתוח הישראלי סורק את המאגר של פרויקט הגיטהאב awesome-opensource-israel ומציג את פרוייקטי הקוד הפתוח הישראלים
רוצים לתרום לאתר הקוד הפתוח הישראלי? ביקרתם באתר ועדיין לא בטוחים כיצד להתחיל? נתקלתם בבעיה? קפצו לקהילת הדיסקורד וכתבו הודעה
כיצד לתרום לפרויקט זה:
דרישות מקדימות:
Node.js ו-npm גרסה של
מותקנות על המערכת
- צרו העתק משלכם של מאגר הפרויקט באמצעות Fork
- צרו תיקיה מקומית על מחשבכם שאליה תעתיקו את הפרויקט
- העתיקו את קישור ה- "Clone" URL של הפרויקט: https://github.com/*משתמש_הגיט_שלכם*/opensource-il-site.git
- פתחו את הטרמינל בתוך התיקייה שיצרתם
- כתבו את הפקודה
git clone https://github.com/<שם מתשמש>/opensource-il-site.git
בתוך הטרמינל - התקינו את התלויות של הפרויקט באמצעות הפקודה
npm i
בתוך הטרמינל - ודאו שההתקנה הצליחה על ידי הרצת הפקודה
npm run dev
בטרמינל