项目作者: opal

项目描述 :
Source for Opal website, **see the "source" branch for contributing**
高级语言: JavaScript
项目地址: git://github.com/opal/opal.github.io.git
创建时间: 2013-02-09T11:21:10Z
项目社区:https://github.com/opal/opal.github.io

开源协议:

下载


Opal Website

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

Preparing

Clone this repo, and use bundler to get dependencies:

  1. $ bin/setup

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

  1. $ bin/update-libraries-page

Run site/server

  1. $ bin/server

Then visit http://localhost:3000.

Publishing

  1. $ bin/deploy