Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
Guillaume Vincent 8d9fe9605e remove app.cache obsolete feature 8 år sedan
app remove app.cache obsolete feature 8 år sedan
.gitignore move server into lesspass directory 9 år sedan
Dockerfile fix build error with npm 8 år sedan
LICENSE Initial commit 9 år sedan
README.md use lesspass as a npm module 8 år sedan
index.html remove app.cache obsolete feature 8 år sedan
package.json add offline mode 8 år sedan
server.js add offline mode 8 år sedan
webpack.config.js remove app.cache obsolete feature 8 år sedan

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