techmilldenton / hackntx

Static site for Hack NTX
https://www.hackntx.com
0 stars 6 forks source link

HackNTX Site

URL: https://www.hackntx.com

Hack NTX is a civic technology hackathon focused on spurring civic engagement, utilizing open data, improving open government policies, and bolstering smart city innovations.

How to install/run locally

This is a static site hosted on Github Pages using the Jekyll static site generator.

Conflicts

Sometimes when running into gem version conflicts, these can be remedied by cleaning up the gems and re-installing them.

bundle clean --force
bundle install

Using Gulp

When developing, use the built in npm scripts to start the Jekyll server, compile/minify scripts and styles, and start a Browsersync session at the same time.

npm run start

This should launch a new localhost tab running at localhost:3000.