gbl08ma / docs

The docs repo for Fyde

Home Page:https://fyde.github.io/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fyde Documentation

Fyde

Test locally

This documentation uses Jekyll as a static website generator. Changes to master automatically get deployed to github pages.

Docker

First, build the docker container locally:

docker build -t fyde-docs .

Next, serve the project:

docker run -v "$PWD:/srv/jekyll" \
  -p 4000:4000 -p 35729:35729 fyde-docs \
  jekyll serve --incremental --livereload

Open your browser on http://localhost:4000/docs/.

macOS

First, install the required dependencies. This installation requires brew:

brew install rbenv ruby-build
rbenv install 2.5.1
rbenv local 2.5.1
gem install bundler
bundle install

Next, serve the project:

bundle exec jekyll serve --livereload

Open your browser on http://localhost:4000/docs/.

About

The docs repo for Fyde

https://fyde.github.io/docs/


Languages

Language:CSS 39.5%Language:Shell 31.6%Language:Ruby 28.1%Language:Dockerfile 0.8%