Guillaume Vincent 68cbd37a18 | преди 8 години | |
---|---|---|
app | преди 8 години | |
tests | преди 9 години | |
.gitignore | преди 9 години | |
.travis.yml | преди 9 години | |
Dockerfile | преди 8 години | |
LICENSE | преди 9 години | |
README.md | преди 9 години | |
index.html | преди 9 години | |
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