https://github.com/devrchancay/gatsby-starter-tailpress
☠️ Starter kit for gatsby as a wordpress data source and for tailwindcss styles.
https://github.com/devrchancay/gatsby-starter-tailpress
Last synced: 11 months ago
JSON representation
☠️ Starter kit for gatsby as a wordpress data source and for tailwindcss styles.
- Host: GitHub
- URL: https://github.com/devrchancay/gatsby-starter-tailpress
- Owner: devrchancay
- Created: 2019-07-01T13:21:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:16:34.000Z (over 3 years ago)
- Last Synced: 2025-04-06T06:34:44.475Z (about 1 year ago)
- Language: CSS
- Homepage: https://gatsby-starter-tailpress.netlify.com/
- Size: 5.36 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gatsby Starter Tailpress
[](https://app.netlify.com/sites/gatsby-starter-tailpress/deploys)
Start kit for gatsby, wordpress and tailwindcss (BETA)
### How To Use ( For development )
```bash
#init project.
npx gatsby new awesome-gatsby https://github.com/devrchancay/gatsby-starter-tailpress/
# Enter the project folder.
cd awesome-gatsby
# create .env file
cp .env.example .env
# run development server
npx gatsby develop
```