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