8 lines
227 B
Markdown
Executable File
8 lines
227 B
Markdown
Executable File
Spout Github pages
|
|
====
|
|
|
|
1. Install `bower`: `npm install -g bower` or `yarn global add bower` or
|
|
2. Install dependencies: `bower install`
|
|
3. Install `jekyll`: `sudo gem install jekyll`
|
|
4. Run the site locally: `jekyll serve`
|