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
- Host: GitHub
- URL: https://github.com/notai-tech/fastdeploy-site
- Owner: notAI-tech
- License: mit
- Created: 2020-04-09T11:11:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T15:42:09.000Z (about 6 years ago)
- Last Synced: 2025-01-10T01:46:00.095Z (over 1 year ago)
- Language: CSS
- Homepage: https://notai-tech.github.io/fastDeploy-site/
- Size: 68.4 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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