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