Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 784 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 784 Bytes

Pantau RAPBD

Technologies

No server side technology is used, intended to be easily improved by anyone with JS + HTML skills.

  • HTML
  • AngularJS
  • FireBase

Getting started

To run this, you just need to register on firebase to get your own development server. Then follow the instruction in the first section of guide. And replace the following line in index-controller.js with your server URL:

var ref = new Firebase("https://vivid-torch-9223.firebaseio.com/");

Finally, run any HTTP server e.g.:

git clone [email protected]:Pantau-RAPBD/pantau-rapbd.github.io.git
cd pantau-rapbd.github.io.git
python -m http.server

#access http://localhost:8000