-
Notifications
You must be signed in to change notification settings - Fork 0
Setup for development
Hachard Victor edited this page Dec 12, 2022
·
1 revision
-
Fork the project to create your own copy of the codebase.
-
Clone the forked project to your local machine using a Git client.
git clone https://github.com/[your_username]/[project_name].git
- Create a new configuration file, such as setting.json, and add the following content to it:
{
"email_username": "gmail_sender@gmail.com",
"email_password": "aaaa bbbb cccc dddd",
"alias": {
"you_email": "you_email@example.com"
}
}
- Open the project in your preferred code editor.
Add a new configuration in the code editor with the following CLI arguements:
-run dev
-
-file <path_to_config_file>
with the actual path on your local machine
Run the application.