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

https://github.com/trykickoff/trykickoff.github.io

:football: The Kickoff website
https://github.com/trykickoff/trykickoff.github.io

Last synced: about 1 month ago
JSON representation

:football: The Kickoff website

Awesome Lists containing this project

README

          

# trykickoff.com

## Requirements for development
* Jekyll - `gem install jekyll` (Ruby)
* Grunt - `npm i grunt-cli`

## For local development

Run `npm i` to install local dependencies

Then these two commands in separate command line instances:

* run `grunt serve`
* run `jekyll build --watch`