Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 459 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 459 Bytes

persona.org

Persona.org product page.

Not to be confused with the Persona service, repo at https://github.com/mozilla/browserid

Static Site built by Wintersmith

To test locally:

> npm install
> npm start

Pages are found in contents/, as .ejs files.

To deploy:

> npm install
> node ./scripts/build.js

And it will build out the whole site into build/.