Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 750 Bytes

File metadata and controls

15 lines (11 loc) · 750 Bytes

BridgehaCS

BridghaCS website.. Previously built on Openshift using Angular.

Trying to help form a strong developer atmosphere in Boston, because even though there's a large development group, it's not really connected that well. Doing my part as a programmer and trying to connect students from around the area with each other!

Originally was on bridgehacs.org, but I decided not to keep paying for hosting since the hackathon ended.

https://twitter.com/hashtag/bridgehacs

To run locally:

  • Clone repo onto local device.
  • Navigate to BridgehaCS directory on terminal.
  • Install development dependencies with npm install
  • Start server with npm start
  • Site should be visible on localhost:5000