Skip to content

jon-wong-sutd/ai-course-material

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing Dependencies

Install ruby.

Here are the installation steps if you use MacOS or Ubuntu.

MacOS:

brew install ruby

Ubuntu:

sudo apt-get install ruby

Then install bundler, then Jekyll via bundle install.

gem install bundler
bundle install     # Installs Jekyll, see Gemfile

Viewing the Website

Get Jekyll to build the website and to start a web server:

jekyll serve --incremental

Open a web browser and point to URL localhost:4000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published