https://github.com/zgordon/tabor-gatsby-theme
A port of the Tabor WordPress Theme over to Gatsby
https://github.com/zgordon/tabor-gatsby-theme
Last synced: 6 months ago
JSON representation
A port of the Tabor WordPress Theme over to Gatsby
- Host: GitHub
- URL: https://github.com/zgordon/tabor-gatsby-theme
- Owner: zgordon
- Created: 2019-02-25T16:35:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:11:57.000Z (almost 3 years ago)
- Last Synced: 2025-05-09T07:03:46.609Z (6 months ago)
- Language: CSS
- Size: 1.93 MB
- Stars: 76
- Watchers: 7
- Forks: 23
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gatsby - Tabor
README
# Tabor Gatsby Theme
A port of the Tabor WordPress Theme over to Gatsby
## Demo
Checkout the [Tabor Theme Demo](https://tabor-gatsby-theme.netlify.com/) to see what the site looks like in action.
## How to use this repo
```
# Clone the repo
git clone https://github.com/zgordon/tabor-gatsby-theme.git
# Move into the new directory
cd tabor-gatsby-theme
# Install dependencies
yarn
# Start the site on http://localhost:8000
yarn workspace site develop
```
## For Help
Please open an issue if you find one, this is a V1 and work in progress :)