Inspired by This Example
-
Install Devbox
-
Create a new project with:
devbox create --template jekyll devbox install
-
Run
devbox shell
to install your packages and run the init hook -
In the root directory, run
devbox run generate
to install and package the project with bundler -
In the root directory, run
devbox run serve
to start the server. You can access the Jekyll example atlocalhost:4000