Skip to content

Commit

Permalink
can now create windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSch committed Oct 6, 2022
1 parent 1af107e commit 26d110b
Show file tree
Hide file tree
Showing 7 changed files with 13,064 additions and 1,586 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@ dist

# TernJS port file
.tern-port

out
38 changes: 1 addition & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,6 @@
# node-snapdrop-electron
Just the original [Snapdrop](https://github.com/RobinLinus/Snapdrop), with complete Node.js server.
Just the original [Snapdrop](https://github.com/RobinLinus/Snapdrop), with complete Node.js server and as an Electron App.

> **Warning**\
> Due to [Heroku Free Plan Shutdown](https://github.com/Bellisario/node-snapdrop/issues/15), node-snapdrop server has changed and can now be reached [here](https://node-snapdrop.onrender.com).\
> Old server will be kept (without any code update) until November 28, 2022, then it will be shutdown by Heroku.

## Uses LAN fix from https://github.com/DrBassman/node-snapdrop/

## Getting started

To get started, clone and cd the repo:

```bash
git clone https://github.com/Bellisario/node-snapdrop.git && cd node-snapdrop
```

Install all dependencies with NPM:

```bash
npm install
```

Start the server with:

```bash
node index.js
```

### Public Run

If you want to run in your public "sharable" IP instead of locally, you can use this command:

```bash
node index.js public
```

> Remember to check your IP Address using your OS command to see where you can access the server.
## How to contribute

Feel free to [open an issue](https://github.com/Bellisario/node-snapdrop/issues/new/choose) or a [pull request](https://github.com/Bellisario/node-snapdrop/pulls) but follow [Contributing Guidelines](https://github.com/Bellisario/node-snapdrop/blob/main/CONTRIBUTING.md).
Loading

0 comments on commit 26d110b

Please sign in to comment.