Skip to content

Source for Opal website, **see the "source" branch for contributing**

Notifications You must be signed in to change notification settings

opal/opal.github.io

This branch is 1 commit ahead of source.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d970c8e · Feb 29, 2024
Nov 23, 2023
Nov 23, 2023
Nov 23, 2023
Mar 20, 2015
Jan 6, 2023
Jan 25, 2024
Jan 6, 2023
Oct 27, 2021
Nov 23, 2023
Feb 29, 2024
Aug 23, 2020
Feb 2, 2020
Dec 26, 2022
Nov 27, 2016

Repository files navigation

Opal Website

This repo holds the source of the opalrb.com website.

Preparing

Clone this repo, and use bundler to get dependencies:

$ bin/setup

The website is built using middleman. It also incorporates the awesome awesome-opal list by @fazibear. To update the list just run

$ bin/update-libraries-page

Run site/server

$ bin/server

Then visit http://localhost:3000.

Publishing

$ bin/deploy