GitXplorerGitXplorer
m

cctvwatch

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
805f0e720387059e2b506e62439c324042c8458a

Update README.md

mmoklick committed 9 years ago
Unverified
d360710ef8c56274c4fd76d85a3605419bc3b546

Update README.md

mmoklick committed 9 years ago
Unverified
25ea77737f2bae9855bb66f3bbb2bef1675df41a

update packages, replace browserify with webpack, update gulp tasks

mmoklick committed 9 years ago
Unverified
fd846713030ce7a3abb0faa56db96ecee6e4909b

add new api domain

mmoklick committed 10 years ago
Unverified
53577d1c5fbf48929d9fbb548fb0cf5307f02ad7

marker bugfix

mmoklick committed 11 years ago
Unverified
5c1ae7739ba0e64fec51da32f5604f92a0d20119

Merge branch 'master' of github.com:moklick/cctvwatch

mmoklick committed 11 years ago

README

The README file for this repository.

cctvwatch

Map application that displays CCTV cameras and lets you upload new ones using the cctvwatch-api.

Installation

git clone https://github.com/moklick/cctvwatch.git
cd cctvwatch
npm install

Build

  • Dev: Gulp will also create a proxy in order to proxify all backend/API resource locally. Responses will be cached under /cache, edit them and have fun programming backend-free.
gulp
  • Release:
gulp release
  • Deploy: This task will rsync the dist/ folder to the production server. You obliviously need production-keys in order to accomplish that.
gulp deploy

Requirements

  • node.js
  • npm