Guillaume Vincent d7049f98d3 | 8 anni fa | |
---|---|---|
app | 8 anni fa | |
design | 8 anni fa | |
tests | 9 anni fa | |
.gitignore | 9 anni fa | |
.travis.yml | 9 anni fa | |
Dockerfile | 8 anni fa | |
LICENSE | 9 anni fa | |
README.md | 8 anni fa | |
index.html | 8 anni fa | |
package.json | 8 anni fa | |
webpack.config.js | 8 anni fa |
lesspass is like keepass without the need to persist passwords
clone application:
git clone https://github.com/guillaumevincent/lesspass.git
move inside lesspass folder
cd lesspass
start application
npm start
open the application in a browser: http://localhost:8080
install dependencies
npm install
run tests
npm run test
run test in watch mode
npm run test:watch
npm run build