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

https://github.com/stackworx/stackworx.github.io


https://github.com/stackworx/stackworx.github.io

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## Setup

### Docker

docker-compose up

Open [localhost:4000](http://localhost:4000) to view the page.

### Local Setup

Install [rvm](https://rvm.io/)

rvm install 2.2
rvm --default 2.2
ruby -v
# Install dependency manager
gem install bundler


Install ruby dependencies

cd
bundler

Run Project

jekyll serve

### Resources

* [Jekyll](https://jekyllrb.com/docs/quickstart/)
* [Github Pages](https://pages.github.com/)
* [Theme](https://github.com/pages-themes/hacker)