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