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