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


