/front-end-curriculum

Turing Front-End Engineering Curriculum

Primary LanguageHTML

Front End Curriculum

This is a small static Jekyll site that contains the front end program's lessons and projects.

Getting Started

Prerequisites

In order to get this repo up and running you will need to have Ruby 2.4.1 installed and active. You will also need the bundler and jekyll gems installed.

gem install bundler
gem install jekyll

Installing

Once you have Ruby, Bundler, and Jekyll installed, you can install dependencies by running:

bundle

And after all dependencies are installed, you can run the following to start your local server on port 4000:

bundle exec jekyll serve

Algolia Search

The site uses Algolia for search indexing. To re-index the search when new lessons are added or lessons are removed, run this command in your terminal at the root of the curriculum directory:

ALGOLIA_API_KEY=admin_api_key jekyll algolia push

Where admin_api_key is replaced with the actual admin API key found in the Algolia account dashboard.