Skip to content

tajaran/code-for-chicago-jekyll

 
 

Repository files navigation

code-for-chicago-jekyll

Setup

To run locally, you will need npm, gem amd ruby's bundle installed and available on your path. Skip to the Prerequisites section below for information on installing those.

  1. Clone this repository
  2. cd into the root directory of this project.
  3. Install npm dependencies with npm install
  4. Install gem dependencies with bundle install
  5. Run the server locally, recompiling files as needed, with gulp serve
  6. Open http://localhost:3000/ in your browser to view the site.

Prerequisites

npm

To verify you have npm installed:

> npm -v
6.10.0

> node -v
v10.15.2

If they or not installed, or your version looks much older than this, proceed to instructions for installing npm

ruby

To verify you have ruby installed:

> ruby -v
ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux-gnu]

You should have at least ruby 2.1.0. Proceed here for installation instructions if not.

bundler

To install bundler, use:

> gem install bundler

Find us on our slack #general channel if we can be of assistance getting you set up.

All contributions are very welcome. Thank you!

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 49.8%
  • CSS 31.8%
  • HTML 17.0%
  • Other 1.4%