Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Guillaume Vincent 8d9fe9605e remove app.cache obsolete feature před 8 roky
app remove app.cache obsolete feature před 8 roky
.gitignore move server into lesspass directory před 9 roky
Dockerfile fix build error with npm před 8 roky
LICENSE Initial commit před 9 roky
README.md use lesspass as a npm module před 8 roky
index.html remove app.cache obsolete feature před 8 roky
package.json add offline mode před 8 roky
server.js add offline mode před 8 roky
webpack.config.js remove app.cache obsolete feature před 8 roky

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