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