Skip to content

habeanf/ok-webfront

This branch is 8 commits behind daonb/ok-webfront:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d32a381 · Jun 27, 2012
Mar 31, 2012
Mar 31, 2012
May 23, 2012
Mar 30, 2012
Mar 30, 2012
Jun 9, 2012
Jun 6, 2012
Jun 9, 2012
Mar 30, 2012
Mar 30, 2012
Jun 15, 2012
Mar 30, 2012
Apr 8, 2012
Apr 8, 2012
Jun 9, 2012
Jun 27, 2012
Mar 30, 2012
May 24, 2012
Mar 30, 2012
May 22, 2012
Mar 30, 2012
Jun 27, 2012

Repository files navigation

Open Knesset Templates

This repository holds the code for Open Knesset wed based frontend. You are invited to fork the code, improve the design and send a pull request

Quick Start

Fork the repo: ok-webfront.git by using the Fork button on github. The only external dependecy is node.js so first get it for your platform from the download page and then:

$ git clone git@github.com:`your_username`/ok-webfront.git
$ cd ok-webfront
$ npm install -d
$ node app.js

and point your browser at http://localhost:3000.

Contributing

Design

the templates themselves are located at the views folder and written in Mustache logicless templating language. The templates have a .html file suffix.

Once stasified with your changes, commit your changes to your fork with a meaningful commit message and send a pull request to hasadna's fork

Improving Open Knesset Integration

If you can run a local Open Knesset development server, you can run the webfront so it will access the local server just type:

$ NODE_ENV=local node app.js

Running in local configuration, the webfront server will access port 8000 on the locahost instead of our deve server at http://api.dev.oknesset.org.

About

Frontend web server for Open Knesset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published