Please note: this page has been translated automatically. If you can, you should read it in one of these languages:

Launch jekyll locally

If you have followed the instructions of create 1 website “github page” or create 1 subnet “github page” , you have a local copy of your repository.

bundle install
bundle exec jekyll serve

Now you can test your site on your computer at the address indicated by the previous command (http: // localhost: 4000 if you did not enter the option baseurl).