https://github.com/pfgray/casa-nodejs
https://github.com/pfgray/casa-nodejs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pfgray/casa-nodejs
- Owner: pfgray
- Created: 2014-12-12T02:23:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T02:49:52.000Z (almost 9 years ago)
- Last Synced: 2025-01-25T06:26:20.687Z (4 months ago)
- Language: JavaScript
- Size: 465 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
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
````