Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
supern64 authored Jul 18, 2020
1 parent 8dcc0d3 commit ec5eb01
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#WebPad Server
# WebPad Server

WebPad is a program for controlling your computer via other devices to perform certain actions.
Define your commands in commands.js, and start writing!
Client at [http://webpadclient.glitch.me](http://webpadclient.glitch.me).
The client source code will be included here as well in the client/ folder.
The client source code will be included here as well in the client folder.
Note: This version is still not fully working, but it works enough so I would release it.

## Setting it up

Use `npm install` to install the dependencies, then run `npm start`. Go to the client link (or open it up on your browser) and connect to it. After that, you'll be able to see the actions you've set up in your code.

0 comments on commit ec5eb01

Please sign in to comment.