Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 924 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 924 Bytes

North East Job Network

build stats A visualisation of how people in North East of England's startup community are connected. You can see what it looks like here.

How to contribute

If you work in the North East of England and want to add yourself then fork the repo, add an object to the array in /js/main.js and create a pull request.

You can test your changes by launching a local web server. In the directory you checked out run the following (OSX and Linux)

python3 test.py (should run without error)
python3 -m http.server 8000

Then in you web browser navigate to

http://127.0.0.1:8000

Codeship Status for coldclimate/northeastjobnetwork