Skip to content

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

License

Notifications You must be signed in to change notification settings

NA0341/email-comparison

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📬 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 39.2%
  • CSS 32.8%
  • HTML 28.0%