An open API service indexing awesome lists of open source software.

https://github.com/grin-compiler/grin-compiler.github.io


https://github.com/grin-compiler/grin-compiler.github.io

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# GRIN Compiler Website

[![Build Status](https://travis-ci.org/grin-compiler/grin-compiler.github.io.svg?branch=master)](https://travis-ci.org/grin-compiler/grin-compiler.github.io)

I've just published my first GitHub Pages site!

# Docs

- https://github.community/t5/Support-Protips/Getting-started-with-GitHub-Pages-Part-1-Publishing-a-single/ba-p/237
- https://github.community/t5/Support-Protips/Getting-started-with-GitHub-Pages-Part-2-Using-an-official/ba-p/2030
- https://github.community/t5/Support-Protips/Getting-started-with-GitHub-Pages-Part-3-Local-development-with/ba-p/2292
- https://github.community/t5/Support-Protips/Getting-started-with-GitHub-Pages-Part-4-Customizing-your-Pages/ba-p/4058

## Setup and Build

one time setup
```
bundle install
```

run page locally

```
bundle exec jekyll serve
```