Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
Guillaume Vincent 3faeb439fb add featurettes icons 8 лет назад
app add featurettes icons 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 add offline mode 8 лет назад
package.json add offline mode 8 лет назад
server.js add offline mode 8 лет назад
webpack.config.js add offline mode 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