Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 736 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 736 Bytes

CodeForDaytonWeb

Code For Dayton Website

http://codefordayton.org

Development

CodeForDaytonWeb uses npm and jekyll. Follow those links to get the prerequisites installed before starting.

Once the toolchain is installed, simply run:

git clone https://github.com/codefordayton/CodeForDaytonWeb.git
cd CodeForDaytonWeb
npm install
npm start

Running npm start will start a server, and should open a browser window at http://localhost:9000/.

If you run into any issues, don't hesitate to create an issue in this repo, chat with us on slack at http://www.opendayton.org/#join or contact us via one of the methods described at http://codefordayton.org/.