Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Guillaume Vincent 002491715c update how it works and footer 8 lat temu
app update how it works and footer 8 lat temu
assets implement login and register page 8 lat temu
.gitignore move server into lesspass directory 9 lat temu
Dockerfile fix build error with npm 8 lat temu
LICENSE Initial commit 9 lat temu
README.md use lesspass as a npm module 8 lat temu
index.html reimplement router 8 lat temu
package.json reimplement router 8 lat temu
server.js add offline mode 8 lat temu
webpack.config.js modify frontend 8 lat temu

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