Guillaume Vincent 71d38a71fe | hace 8 años | |
---|---|---|
app | hace 8 años | |
design | hace 8 años | |
tests | hace 9 años | |
.gitignore | hace 9 años | |
.travis.yml | hace 9 años | |
Dockerfile | hace 8 años | |
LICENSE | hace 9 años | |
README.md | hace 9 años | |
index.html | hace 8 años | |
package.json | hace 8 años | |
webpack.config.js | hace 8 años |
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