This commit is contained in:
Lloyd Hilaiel 2012-04-26 13:40:23 -06:00
Родитель dc3a0a337c
Коммит 240b7e4e3f
1 изменённых файлов: 23 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,23 @@
## A demo of Persona
Mozilla Persona is a distributed authentication system for the web
that lets users sign on using their existing email address without
per-site usernames and passwords. It's open, free, will become a
standard, and is rigorously supported by the non-profit organziation
that strives to make the web better for the humans that use it.
This repository contains a demonstration of persona written in HTML
and node.js.
## running locally
1. install [git] and [node]
2. get a local copy of the repository: `git clone https://github.com/mozilla/123done`
3. `cd 123done`
4. install dependencies: `npm install`
5. run the server: `npm start`
6. visit it in your browser: `http://127.0.0.1:8080/`
7. hack and reload! (web resources don't require a server restart)
[git]: http://git-scm.org
[node]: http://nodejs.org