Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 861 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 861 Bytes

Fontra User Docs

Hosted at docs.fontra.xyz

How to building the site locally

1. make sure you have installed the following:

  1. Go to testing-your-github-pages-site-locally-with-jekyll

  2. Install: jekyllrb

  3. Install bundler

2. build site locally

  1. Open Terminal.

  2. Navigate to the publishing source for your site.

  3. Run bundle install.

  4. Run your Jekyll site locally bundle exec jekyll serve.

  5. open the server adress you find in the terminal output, similar to:

    > Server address: http://127.0.0.1:4000/

Credits

Gustavo Ferreira initiated this documentation