Guillaume Vincent f80d683677 | 8年前 | |
---|---|---|
app | 8年前 | |
tests | 8年前 | |
.gitignore | 9年前 | |
.travis.yml | 9年前 | |
LICENSE | 9年前 | |
README.md | 9年前 | |
index.html | 8年前 | |
package.json | 8年前 | |
webpack.config.js | 8年前 |
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