25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guillaume Vincent 8d9fe9605e remove app.cache obsolete feature 8 년 전
app remove app.cache obsolete feature 8 년 전
.gitignore move server into lesspass directory 9 년 전
Dockerfile fix build error with npm 8 년 전
LICENSE Initial commit 9 년 전
README.md use lesspass as a npm module 8 년 전
index.html remove app.cache obsolete feature 8 년 전
package.json add offline mode 8 년 전
server.js add offline mode 8 년 전
webpack.config.js remove app.cache obsolete feature 8 년 전

README.md

lesspass

lesspass single page app for https://lesspass.com

requirements

  • node v4.2.x LTS

try lesspass on local

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

run production mode

npm run build && npm start