Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jjones646/fromseedtoslice.com

Landing page for FromSeedToSlice.com
https://github.com/jjones646/fromseedtoslice.com

Last synced: 6 days ago
JSON representation

Landing page for FromSeedToSlice.com

Awesome Lists containing this project

README

        

# fromseedtoslice.com

## Run Locally

Here's how to run the static site locally.

### Install dependencies

```
# install everything from Gemfile
bundler install
```

### Build and Serve

```
# serve the site locally
bundler exec jekyll serve
```