Guillaume Vincent 405a628d09 | hace 9 años | |
---|---|---|
app | hace 9 años | |
public | 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
npm run test
npm run build:production