Merge pull request #25 from mixmix/master

add gitignore, add pubserver link to README
This commit is contained in:
Paul Frazee 2015-09-17 12:39:37 -05:00
commit fc88a1a729
2 changed files with 8 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
dist/
node_modules/
npm-debug.log

View File

@ -26,6 +26,10 @@ npm install
npm start npm start
``` ```
**Start connecting by joining a pub server**
Check out the list of active servers [here](https://github.com/ssbc/scuttlebot/wiki/Pub-Servers)
## Development & App-building : ## Development & App-building :