https://github.com/davbree/cool-tomato
Jamstack site created with Stackbit
https://github.com/davbree/cool-tomato
git headless jamstack jekyll ssg stackbit static
Last synced: about 1 month ago
JSON representation
Jamstack site created with Stackbit
- Host: GitHub
- URL: https://github.com/davbree/cool-tomato
- Owner: davbree
- License: other
- Created: 2020-12-30T12:18:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T12:18:19.000Z (over 5 years ago)
- Last Synced: 2025-08-04T04:06:01.800Z (11 months ago)
- Topics: git, headless, jamstack, jekyll, ssg, stackbit, static
- Language: HTML
- Homepage: https://jamstack.new
- Size: 802 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Stackbit Starter Theme
This site was generated by [www.stackbit.com](https://www.stackbit.com), v0.3.21.
Stackbit Starter Theme original README is located [here](./README.theme.md).
# Running Your Site Locally
1. Install a full [Ruby development environment](https://jekyllrb.com/docs/installation/)
1. Install Jekyll and Bundler
gem install jekyll bundler
1. Install dependencies from Gemfile:
bundle install
1. Build the site and make it available on a local server
bundle exec jekyll serve
1. Browse to [http://localhost:4000](http://localhost:4000)