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