Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Guillaume Vincent 8d9fe9605e remove app.cache obsolete feature vor 8 Jahren
app remove app.cache obsolete feature vor 8 Jahren
.gitignore move server into lesspass directory vor 9 Jahren
Dockerfile fix build error with npm vor 8 Jahren
LICENSE Initial commit vor 9 Jahren
README.md use lesspass as a npm module vor 8 Jahren
index.html remove app.cache obsolete feature vor 8 Jahren
package.json add offline mode vor 8 Jahren
server.js add offline mode vor 8 Jahren
webpack.config.js remove app.cache obsolete feature vor 8 Jahren

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