Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jjones646/fromseedtoslice.com
- Owner: jjones646
- License: mit
- Created: 2024-06-18T00:18:15.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T19:14:37.000Z (5 months ago)
- Last Synced: 2024-06-21T13:28:04.118Z (5 months ago)
- Language: HTML
- Size: 441 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```