/tbd-bp

TutorD Scholars ThinkIt.BuildIt.DeployIt. - Intro to Web Development

Primary LanguageJavaScript

This project was bootstrapped with Think It. Build It. Deploy It. Boilerplate..

Installing Dev Toolchain Ruby 2.6.0, Git, Brackets IDE

Jekyll is a Ruby Gem that can be installed on most systems.

Requirements

  • Ruby version 2.6.0 (check your Ruby version using ruby -v)

Installation

Need to place these steps from here here.

Available Scripts

In the project directory, you can run:

gem install jekyll bundler

Installs all the Jekyll specific gems (software libraries)
See the setup section in official Jekyll Docs for more setup information.

bundle install

Installs all other project specific gems (software libraries)
See the setup section in official Jekyll Docs for more setup information.

bundle exec jekyll serve

Runs the app in the development mode.
Open http://localhost:4000 to view it in the browser. See the setup section in official Jekyll Docs for more setup information.

The page will reload if you make edits.
You will also see any lint errors in the console.

bundle exec jekyll build

Builds the app for production to the _site folder.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Ruby Installation Guides.

To learn Jekyll, check out the Step by Step Tutorial.