Guillaume Vincent 71d38a71fe | пре 8 година | |
---|---|---|
app | пре 8 година | |
design | пре 8 година | |
tests | пре 9 година | |
.gitignore | пре 9 година | |
.travis.yml | пре 9 година | |
Dockerfile | пре 8 година | |
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