https://github.com/worldbrain/local-backup-server
Nodejs server for local backups of memex.
https://github.com/worldbrain/local-backup-server
Last synced: 12 months ago
JSON representation
Nodejs server for local backups of memex.
- Host: GitHub
- URL: https://github.com/worldbrain/local-backup-server
- Owner: WorldBrain
- License: mit
- Created: 2019-01-02T19:42:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:07:27.000Z (over 3 years ago)
- Last Synced: 2025-07-02T21:24:22.506Z (12 months ago)
- Language: CSS
- Size: 42.8 MB
- Stars: 22
- Watchers: 4
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nodejs server for local backups of the memex browser extension.
## installation
Get the newest [release](https://github.com/WorldBrain/local-backup-server/releases) for your platform.
## rebuild & contribution
1. clone master to your local drive
2. make sure [node.js](https://nodejs.org/en/) 9 is installed on your machine
3. install the dependencies by running `npm install`
4. get the [nw.js binary](https://nwjs.io)
5. run the project by running `/path/to/nwjs-binary .` from the projects folder