Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 852 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 852 Bytes

Chi Tech Diversity Site

The Chicago Tech Diversity Initiative (CTDI) is a group of meetups, organizations and community members dedicated to supporting underrepresented groups in technology and development within the Greater Chicago Area.

This repository contains the code for the CTDI website: http://chitechdiversity.com.

The slack invite integration was forked from Outsideris' Slack Invite Automation Page.

Development

Clone the respository and change to the directory.

$ git clone [email protected]:chitechdiversity/Chi-Tech-Diversity-Site.git
$ cd Chi-Tech-Diversity-Site

Node.js and npm are required. To install and run the application:

$ npm install
$ npm run

You can access http://localhost:3000 on your web browser.