Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alisdair/seed-docs
Docs and guidelines for Seed CSS
https://github.com/alisdair/seed-docs
Last synced: 10 days ago
JSON representation
Docs and guidelines for Seed CSS
- Host: GitHub
- URL: https://github.com/alisdair/seed-docs
- Owner: alisdair
- License: mit
- Created: 2016-07-21T22:49:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T22:51:12.000Z (over 8 years ago)
- Last Synced: 2024-10-12T20:57:04.555Z (24 days ago)
- Language: JavaScript
- Homepage: http://developer.helpscout.net/seed-docs/
- Size: 496 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# seed-docs [![Build Status](https://travis-ci.org/helpscout/seed-docs.svg?branch=master)](https://travis-ci.org/helpscout/seed-docs) [![Dependency Status](https://david-dm.org/helpscout/seed-docs.svg)](https://david-dm.org/helpscout/seed-docs)
Docs and guidelines for Seed CSS## Requirements
- Ruby
- Bundler
- Node
- Gulp##### Ruby
If you do not have Ruby on your system, check out [this guide](https://github.com/rbenv/rbenv) from rbenv.##### Bundler
Once you have Ruby installed on your machine, run the following command to install [Bundler](http://bundler.io/)
```
gem install bundler
```##### Node
If you do not have Node installed on your machine, we recommend installing it using [Homebrew](https://github.com/customerio/mvp#homebrew).Run the following command in your command line:
```
brew install node
```##### Gulp
Help Scout's styleguide site is compiled using Gulp. See the [Getting Started](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md) guide for more information.```
npm install -g gulp-cli
```## Getting started
Run the following to install all the node things:
```
npm install
```When you're ready, run the following to fire it up! (P.S. It *should* automatically resolve/install ruby and node things for you)
```
gulp
```