You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guillaume Vincent 002491715c update how it works and footer 8 years ago
app update how it works and footer 8 years ago
assets implement login and register page 8 years ago
.gitignore move server into lesspass directory 9 years ago
Dockerfile fix build error with npm 8 years ago
LICENSE Initial commit 9 years ago
README.md use lesspass as a npm module 8 years ago
index.html reimplement router 8 years ago
package.json reimplement router 8 years ago
server.js add offline mode 8 years ago
webpack.config.js modify frontend 8 years ago

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