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.
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.