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 年之前
app update how it works and footer 8 年之前
assets implement login and register page 8 年之前
.gitignore move server into lesspass directory 9 年之前
Dockerfile fix build error with npm 8 年之前
LICENSE Initial commit 9 年之前
README.md use lesspass as a npm module 8 年之前
index.html reimplement router 8 年之前
package.json reimplement router 8 年之前
server.js add offline mode 8 年之前
webpack.config.js modify frontend 8 年之前

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