easypage-editor
v0.4.2
Published
page editor for easypage format
Downloads
5
Readme
easypage-editor
- Starting the Server
- Generating User Credentials
Starting the Server
$ node . --port 1234 --site path/to/site.json --users path/to/users.json
Generating User Credentials
$ node
const crypto = require('crypto') crypto.createHmac('sha512', 'theUsername').update('thePassword').digest('hex')