25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Guillaume Vincent 3faeb439fb add featurettes icons 8 yıl önce
app add featurettes icons 8 yıl önce
.gitignore move server into lesspass directory 9 yıl önce
Dockerfile fix build error with npm 8 yıl önce
LICENSE Initial commit 9 yıl önce
README.md use lesspass as a npm module 8 yıl önce
index.html add offline mode 8 yıl önce
package.json add offline mode 8 yıl önce
server.js add offline mode 8 yıl önce
webpack.config.js add offline mode 8 yıl önce

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