選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
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