Send many emails with one touch.
- less time to send emails means more time to lazy.
Before you begin, ensure you have met the following requirements:
- coffee and some anime , jjk will do
-
Clone the repository:
git clone https://github.com/zero-stealth/maili.git
-
Change into the project directory:
cd maili
-
Install dependencies:
npm install
-
Create a
.env
file in the project root and add the following environment variables:VITE_SERVER_HOST= api_url
Replace
VITE_SERVER_HOST
with api credentials. -
Save the file.
To start the server, run:
npm run dev