Skip to content

pat/railscamps.com

Repository files navigation

Ruby Retreats

This repository hosts the files that comprise the Ruby Retreat / Rails Camp homepage. https://rails.camp

Environment Setup

This project uses RBenv to manage the ruby version and Jekyll to compile the static pages.

On OS X with BASH

brew update && brew install ruby-build rbenv # Installs rbenv and ruby-build
echo 'eval "$(rbenv init -)' >> ~/.bash_profile # Adds rbenv to bash profile
source ~/.bash_profile # Load the profile for the current session
rbenv install 3.3.4
rbenv rehash # Updates the bin stubs for the project
bundle install

Running the server locally

bundle exec jekyll serve

Running the Tests

No tests. YOLO. Please review your updates manually.

Contributing

If you have access to this repo you can contribute.

Deploying the Code

Code automatically deploys on merge to master.

Contributors

Tracked on Github

License

All rights reserved.

About

Rails Camps Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published