Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 555 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 555 Bytes

Gatsby Starter Tailpress

Netlify Status


Start kit for gatsby, wordpress and tailwindcss (BETA)

How To Use ( For development )

 #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