https://github.com/pfgray/link
https://github.com/pfgray/link
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pfgray/link
- Owner: pfgray
- Created: 2016-07-01T04:59:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T23:45:10.000Z (about 8 years ago)
- Last Synced: 2025-01-25T06:26:20.306Z (4 months ago)
- Language: JavaScript
- Size: 556 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#casa-nodejs
[](https://registry.hub.docker.com/u/pfgray/casa/)
[](https://travis-ci.org/pfgray/casa-nodejs)This is a casa app server that can be used to peer & share apps with other casa peers.
##To run with docker:
````
sudo docker pull pfgray/casa
sudo docker run -d -p :9000 -t pfgray/casa-nodejs
````##Development environment:
pull the repo with:
````
git clone https://github.com/pfgray/casa.git
````install dependencies & build with:
````
npm install
bower install
grunt build
````run the app:
````
node server/app.js
````