An open API service indexing awesome lists of open source software.

https://github.com/notai-tech/fastdeploy-site

FastDeploy Docs
https://github.com/notai-tech/fastdeploy-site

Last synced: about 1 month ago
JSON representation

FastDeploy Docs

Awesome Lists containing this project

README

          


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