Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

mozilla-services/passwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password manager

Setup

Node and Elm v0.18 should be installed on your system. Then:

$ npm install

Live server

This will recompile and reload your app in the browser evertyme you update a .elm file. App is available at localhost:8000/.

$ npm run live

There's also very convenient debug version with the Elm debugger:

$ npm run debug

Deploying to gh-pages

$ npm run publish-to-gh-pages

Tests

$ npm test

To have tests automatically run on each file change:

$ npm tdd