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

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.

Awesome Lists containing this project

README

          

# Gatsby Starter Tailpress

[![Netlify Status](https://api.netlify.com/api/v1/badges/87d8968c-1054-4eef-acb9-8790f791a64c/deploy-status)](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
```