To properly set up the received files for your use, please follow these steps to install the required node_modules package:
- Navigate to the
components
directory within the project folder. - Open a terminal window while positioned in this directory.
- Run the command
npm install
in the terminal.
Executing this command will install all the necessary node_modules packages, thereby prepping this project for use and customization :)
بهمنظور استفاده و شخصیسازی پروژه پس از دریافت فایلها، لازم است تا مراحل زیر را دنبال نمایید:
- ابتدا، به داخل پوشه
components
وارد شوید. - درون این پوشه، یک پنجره ترمینال باز کنید.
- از طریق ترمینال، دستور
npm install
را وارد کرده و اجرا کنید تا پکیجهایnode_modules
مورد نیاز نصب شوند.
با انجام این مراحل، پروژه شما آماده شخصیسازی خواهد بود :)