Skip to content

notAI-tech/fastDeploy-site

Repository files navigation

Fast Deploy Docsite

A Jekyll based documentation website hosted on Github pages CDN.
Fast Deploy is one stop solution for all your model serving needs.

Introduce yourself to FastDeploy !

Prerequisites

  1. Ruby (>= 2.5.0) and RubyGems
  2. Jekyll ( >= 4.0.0)

Development

Clone the repository:

$ git clone https://github.com/notAI-tech/fastDeploy-site.git

Go to the cloned repo and install the gem dependencies located in Gemfile:

$ bundle install

And then start the site locally:

$ bundle exec jekyll serve

Open the URL http://localhost:4000 from your browser