-
Notifications
You must be signed in to change notification settings - Fork 6
How to run chti.octo.com locally
Marine Verwaerde edited this page May 10, 2023
·
1 revision
- First, you must follow install tutorial
- Start Jekyll Server :
- Go to root folder
- Execute :
bundle exec jekyll serve --livereload
- Go to http://localhost:4000/
NOTE : This commands is a live-reload commands, every change you make on your code will be apply directly on server.
You can run Jekyll server on docker without installing Ruby or Jekyll on your laptop
-
What you need to install:
- docker
- docker-compose
-
Then run the following command:
docker-compose up --build
- Go to http://localhost:4000/
NOTE : This commands is a live-reload commands, every change you make on your code will be apply directly on server.