Guillaume Vincent 7fe19cb770 | пре 8 година | |
---|---|---|
app | пре 8 година | |
tests | пре 8 година | |
.gitignore | пре 9 година | |
.travis.yml | пре 9 година | |
Dockerfile | пре 8 година | |
LICENSE | пре 9 година | |
README.md | пре 8 година | |
index.html | пре 8 година | |
package.json | пре 8 година | |
server.js | пре 8 година | |
webpack.config.js | пре 8 година | |
webpack.config.old.js | пре 8 година |
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
start application
npm run dev
open the application in a browser: http://localhost:8080
install dependencies
npm install
run tests
npm run test
run test in watch mode
npm run test:watch
npm run build && npm start