UNPKG

clowder

Version:

An knowledge sharing system for a disconnected world

17 lines (11 loc) 426 B
# clowder An knowledge sharing system for a disconnected world ## introduction This is a chrome app that has an embbeded web server so content can be shared between users on a local network without having to go over the internet. ## development ``` $ npm install $ npm run watch ``` This will run a simple watch application on the src folder If src/index.js is modified then the applucation will reload automatically.