nicholas-maltbie / InterviewPrep

Satya's Squad[rilateral] interview prep notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InterviewPrep

Satya's Squad[rilateral] interview prep notes

Viewing the Website

This is a blog website and can be viewed at https://nicholas-maltbie.github.io/InterviewPrep

Setup

In order to develop and work on repository, install Jekyll using Ruby following these instructions

Requirements

Installation

Ensure jekyll is installed

gem install jekyll bundler

Download and view the website

# Clone the repository
cd ~/projects
git clone git@github.com:nicholas-maltbie/InterviewPrep.git

# See current website with command
cd ~/projects/InterviewPrep
bundle install
bundler exec jekyll serve

# View website at localhost:4000

Build

To build the website as a static website use the command

bundler exec jekyll build
# Will output website to ./_site

About

Satya's Squad[rilateral] interview prep notes

License:MIT License


Languages

Language:HTML 96.8%Language:Ruby 3.2%