Skip to content

Join us on the 26th to 27th July 2024, as leading Ruby developers from around the world come together in Nairobi, Kenya, to share, inspire, and learn.

Notifications You must be signed in to change notification settings

nairuby/rubyconf.africa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy site

RubyConf Africa

Setup

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.

Update Instructions

If you need to update the project, you can follow these instructions:

  1. Pull the latest changes:

    git pull origin Ft/Conf-details
  2. Update your local dependencies:

    make install
  3. Start the server:

    make serve

Commands Overview

  • First Time Setup:
    Run make setup to install dependencies and start the Jekyll server.

  • Install Dependencies:
    Run make install to install or update the project's dependencies.

  • Serve the Site:
    Run make serve to start the Jekyll server for local development.

  • Clean Up:
    Run make clean to remove the vendor directory and the _serve folder.

Deployment

To build the site for deployment, you can run:

bundle exec jekyll build -d public

About

Join us on the 26th to 27th July 2024, as leading Ruby developers from around the world come together in Nairobi, Kenya, to share, inspire, and learn.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published