Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Guillaume Vincent 002491715c update how it works and footer há 8 anos
app update how it works and footer há 8 anos
assets implement login and register page há 8 anos
.gitignore move server into lesspass directory há 9 anos
Dockerfile fix build error with npm há 8 anos
LICENSE Initial commit há 9 anos
README.md use lesspass as a npm module há 8 anos
index.html reimplement router há 8 anos
package.json reimplement router há 8 anos
server.js add offline mode há 8 anos
webpack.config.js modify frontend há 8 anos

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