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
- Host: GitHub
- URL: https://github.com/grin-compiler/grin-compiler.github.io
- Owner: grin-compiler
- Created: 2018-12-25T11:46:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T21:23:55.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T14:56:46.428Z (4 months ago)
- Language: HTML
- Homepage: https://grin-compiler.github.io/
- Size: 48.8 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GRIN Compiler Website
[](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
```