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