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