💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Find a file
Drew Regitsky 36711a4e67 fix(welcome): small ui tweaks in welcome/onboarding
Summary: Change the white logo to have an inner shadow, and set to PreserveContent. Fix typo in welcome page. Tweak some text opacity for readability.

Test Plan: manual

Reviewers: evan, bengotow

Reviewed By: bengotow

Subscribers: bengotow

Differential Revision: https://phab.nylas.com/D2090
2015-10-02 15:34:56 -07:00
apm copy(readme): update readmes 2015-10-02 13:24:39 -07:00
build copy(readme): update readmes 2015-10-02 13:24:39 -07:00
docs fix(specs): Fix specs for environment config 2015-10-02 15:31:05 -07:00
dot-nylas copy(readme): update readmes 2015-10-02 13:24:39 -07:00
examples copy(readme): update readmes 2015-10-02 13:24:39 -07:00
internal_packages fix(welcome): small ui tweaks in welcome/onboarding 2015-10-02 15:34:56 -07:00
keymaps
menus
script copy(readme): update readmes 2015-10-02 13:24:39 -07:00
spec refactor(dir): move exports to src/global and consolidate tests 2015-10-02 09:19:37 -07:00
src switch(env): Move N1 to Nylas production API 2015-10-02 15:01:31 -07:00
static
.gitignore ignore gh-pages files 2015-10-02 14:47:33 -07:00
CONTRIBUTING.md copy(readme): update readmes 2015-10-02 13:24:39 -07:00
LICENSE.md
N1.sh refactor(n1): Update N1.sh to use N1_PATH instead of EDGEHILL_PATH 2015-10-02 11:58:44 -07:00
package.json
README.md copy(readme): update readme 2015-10-02 13:04:31 -07:00

N1 Logo

An extensible, open-source mail client built on the modern web.

N1 is a foundation to build new email experiences. It's built on Electron, React, and Flux.

We are currently in an invite-only beta. Sign up here to get early access. Star this repository to get even earlier access.

Getting Started Building Extensions

Everything in N1 is an extension. Building your own is easy.

  1. Sign up here to request an early invitation code
  2. Use your token to download N1
  3. Follow the getting started guides here to write your first extension in 5 minutes

If you would like to run the N1 source and contribute, check out our contributing guide