email-comparison icon indicating copy to clipboard operation
email-comparison copied to clipboard

📬 A quick comparison of private and / or secure email providers

📬 Email Comparison

A comparison table of private and / or secure email providers

Live App

The app can be accessed at: lissy93.github.io/email-comparison

Modifying Data

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.

Running Locally

Prerequisites: Git, Node.js and either NPM or Yarn

  1. Get the code: git clone https://github.com/Lissy93/email-comparison.git
  2. Install dependencies: yarn install
  3. Start the development server: yarn dev
  4. Build for production: yarn build
  5. Serve up build app: yarn start

License

Licensed under MIT, © Alicia Sykes 2022