Browse Source

add build status into README

pull/2/head
Guillaume Vincent 9 years ago
parent
commit
2720093102
2 changed files with 37 additions and 36 deletions
  1. +0
    -1
      .travis.yml
  2. +37
    -35
      README.md

+ 0
- 1
.travis.yml View File

@@ -1,4 +1,3 @@
language: node_js
sudo: false
node_js:
- 4

+ 37
- 35
README.md View File

@@ -1,36 +1,38 @@
# lesspass
lesspass is like keepass without the need to persist passwords

## requirements

* node v4.2.x LTS

## try lesspass

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](http://localhost:5000)

## contribute

### run tests

npm run test

### build for production

[![Build Status](https://travis-ci.org/guillaumevincent/lesspass.svg?branch=master)](https://travis-ci.org/guillaumevincent/lesspass)
# lesspass
lesspass is like keepass without the need to persist passwords
## requirements
* node v4.2.x LTS
## try lesspass
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](http://localhost:5000)
## contribute
### run tests
npm run test
### build for production
npm run build:production

Loading…
Cancel
Save