Update README.md about how to contribution and how to make .env file.
Showing
1 changed file
with
9 additions
and
0 deletions
| ... | @@ -71,6 +71,15 @@ npm run dev:assets | ... | @@ -71,6 +71,15 @@ npm run dev:assets |
| 71 | 71 | ||
| 72 | 5. Please check if Mongo Db is working well in fourth method of "Installation MongoDB". | 72 | 5. Please check if Mongo Db is working well in fourth method of "Installation MongoDB". |
| 73 | 73 | ||
| 74 | +### How to contribution our project. | ||
| 75 | + 1. Please fork our repository. | ||
| 76 | + 2. Change your branch to 'developer'. | ||
| 77 | + 3. Send pull request. | ||
| 78 | + | ||
| 79 | +### How to fill .env file. | ||
| 80 | + 1. If you clone our repository and downloads required modules, make new '.env' file. | ||
| 81 | + 2. Fill in the required values as shown below. | ||
| 82 | +  | ||
| 74 | 83 | ||
| 75 | ### API reference | 84 | ### API reference |
| 76 | 85 | ... | ... |
-
Please register or login to post a comment