Mailspring/README.md

18 lines
1.2 KiB
Markdown
Raw Normal View History

2015-10-03 02:26:56 +08:00
![N1 Logo](https://edgehill.s3.amazonaws.com/static/N1.png)
2015-10-05 16:47:38 +08:00
![N1 Screenshot](http://nylas.github.io/N1/images/1-1-initial-outlook-base.png)
2015-10-03 02:26:56 +08:00
2015-10-05 20:03:37 +08:00
**N1 is an open-source mail client built on the modern web with [Electron](https://github.com/atom/electron), [React](https://facebook.github.io/react/), and [Flux](https://facebook.github.io/flux/).** It is designed to be extensible, so it's easy to create new experiences and workflows around email. N1 runs against the [Nylas Sync Engine](https://www.nylas.com/sync_engine), which is also [open source](https://github.com/nylas/N1).
2015-10-03 02:26:56 +08:00
2015-10-05 16:47:38 +08:00
# Download N1
2015-10-03 02:26:56 +08:00
2015-10-05 20:03:37 +08:00
You can download compiled versions of N1 for Mac OS X and Linux from [https://nylas.com/N1](https://nylas.com/N1). You can also build and run N1 on Windows. A Windows distribution is coming soon!
2015-10-03 02:26:56 +08:00
2015-10-05 16:47:38 +08:00
# Build A Plugin
2015-10-03 02:26:56 +08:00
2015-10-05 16:47:38 +08:00
Plugins lie at the heart of N1 and give it it's powerful features. Building your own plugins allows you to integrate the app with other tools, experiment with new workflows, and more. Follow the [Getting Started guide](http://nylas.github.io/N1/getting-started/) to write your first plugin in 5 minutes.
2015-10-03 02:26:56 +08:00
2015-10-03 04:04:31 +08:00
If you would like to run the N1 source and contribute, check out our [contributing
guide](https://github.com/nylas/N1/blob/master/CONTRIBUTING.md)
2015-10-03 09:52:34 +08:00