The web client of Mail3.
You will need node >= 14 and yarn >= 1.22 to build and run this project. Run command:
$ yarn
to install dependencies.
After Node.js and yarn has been installed, run this command to start a local development server:
# start mail.me home page
$ yarn dev:home
# start mail3 web client
$ yarn dev:app
mail3-web-client is released under the terms of the Apache-2.0 license.