A comparison table of private and / or secure email providers
The app can be accessed at: lissy93.github.io/email-comparison
All email data is stored in /src/data.yml
(in YAML format).
To submit changes, fork the repository, edit the file, commit changes, then submit a pull request back to this repo. If you're new to GitHub, this guide may help.
Once merged, the app is re-built and deployed to GH pages automatically (using this workflow), so your changes will appear shortly.
Prerequisites: Git, Node.js and either NPM or Yarn
- Get the code:
https://github.com/Lissy93/email-comparison.git
- Install dependencies:
yarn
- Start the development server:
yarn dev
- Build for production:
yarn build
- Serve up build app:
yarn start
Licensed under MIT, © Alicia Sykes 2022