Skip to content

Latest commit

 

History

History
executable file
·
34 lines (23 loc) · 786 Bytes

README.md

File metadata and controls

executable file
·
34 lines (23 loc) · 786 Bytes

Hasadna - eKnight Land

This project is the public-facing site of the Open Knowledge Workshop.

The site contains details on any of the open-source project maintained by workshop members that currently require help from the developers community.

Requirements

Installing and running locally

$ git clone https://github.com/hasadna/hasadna.github.io  
$ cd hasadna/hasadna.github.io  
$ bower install  
$ grunt  
$ python -m SimpleHTTPServer # Or: python3 -m http.server

Point your browser to http:https://0.0.0.0:8000

Running the eKnights editor

$ cd hasadna/hasadna.github.io/editor
$ node server.js

Go to http:https://localhost:8888