Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chassis/chassis.io
New fangled website.
https://github.com/chassis/chassis.io
Last synced: 3 days ago
JSON representation
New fangled website.
- Host: GitHub
- URL: https://github.com/chassis/chassis.io
- Owner: Chassis
- Created: 2017-04-10T06:57:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T23:34:32.000Z (over 1 year ago)
- Last Synced: 2024-04-09T22:16:38.688Z (7 months ago)
- Language: CSS
- Homepage: http://beta.chassis.io/
- Size: 891 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Chassis.io](https://beta.chassis.io) - The repo for the Jekyll based site hosted on GitHub pages.
# Requirements
You'll need Ruby 2.1.0 or higher installed.
```
$ ruby --version
ruby 2.X.X
```If you don't have Ruby installed, [install Ruby 2.1.0 or higher](https://www.ruby-lang.org/en/downloads/).
Install Bundler
```
$ gem install bundler
```# Local Development Installation
1. Clone this repository into a new folder. e.g. `git clone https://github.com/Chassis/chassis.io.git chassis.io`
2. Change directory into the folder where you cloned the repository. e.g. `cd chassis.io`
3. Run `bundle install`.
4. Run `bundle exec jekyll serve`.
5. Navigate to: [http://127.0.0.1:4000/](http://127.0.0.1:4000/).