-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added rebuild & contribution instruction to README.md
- Loading branch information
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# local-backup-server | ||
Nodejs server for local backups of the memex browser extension. | ||
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 |