Guillaume Vincent 96abf78e5f | il y a 9 ans | |
---|---|---|
app | il y a 9 ans | |
public | il y a 9 ans | |
server | il y a 9 ans | |
static | il y a 9 ans | |
tests | il y a 9 ans | |
.gitignore | il y a 9 ans | |
.travis.yml | il y a 9 ans | |
LICENSE | il y a 9 ans | |
README.md | il y a 9 ans | |
package.json | il y a 9 ans |
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
install dependencies
npm install
start application
npm start
open the application in a browser: http://localhost:5000
install dependencies
npm install
run tests
npm run test
run test in watch mode
npm run test:watch
npm run build:production