To set up the project for the first time, follow these steps:
git clone https://github.com/nairuby/rubyconf.africa.git
cd rubyconf.africa
git checkout Ft/Conf-details
make setup
This will install the necessary dependencies and start the Jekyll server for development.
If you need to update the project, you can follow these instructions:
-
Pull the latest changes:
git pull origin Ft/Conf-details
-
Update your local dependencies:
make install
-
Start the server:
make serve
-
First Time Setup:
Runmake setup
to install dependencies and start the Jekyll server. -
Install Dependencies:
Runmake install
to install or update the project's dependencies. -
Serve the Site:
Runmake serve
to start the Jekyll server for local development. -
Clean Up:
Runmake clean
to remove the vendor directory and the_serve
folder.
To build the site for deployment, you can run:
bundle exec jekyll build -d public