Guillaume Vincent 96abf78e5f | pirms 9 gadiem | |
---|---|---|
app | pirms 9 gadiem | |
public | pirms 9 gadiem | |
server | pirms 9 gadiem | |
static | pirms 9 gadiem | |
tests | pirms 9 gadiem | |
.gitignore | pirms 9 gadiem | |
.travis.yml | pirms 9 gadiem | |
LICENSE | pirms 9 gadiem | |
README.md | pirms 9 gadiem | |
package.json | pirms 9 gadiem |
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