Guillaume Vincent 405a628d09 | 9 years ago | |
---|---|---|
app | 9 years ago | |
public | 9 years ago | |
static | 9 years ago | |
tests | 9 years ago | |
.gitignore | 9 years ago | |
.travis.yml | 9 years ago | |
LICENSE | 9 years ago | |
README.md | 9 years ago | |
package.json | 9 years ago |
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
npm run test
npm run build:production