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
- Host: GitHub
- URL: https://github.com/trykickoff/trykickoff.github.io
- Owner: TryKickoff
- Created: 2015-04-28T07:01:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T17:19:35.000Z (over 9 years ago)
- Last Synced: 2025-01-08T09:22:06.720Z (over 1 year ago)
- Language: CSS
- Homepage: http://trykickoff.com/
- Size: 12.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`