Skip to content

Instantly share code, notes, and snippets.

@romdim
Created June 27, 2022 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romdim/29f80e5171de725f5ac8cea159ddd1b1 to your computer and use it in GitHub Desktop.
Save romdim/29f80e5171de725f5ac8cea159ddd1b1 to your computer and use it in GitHub Desktop.
Init TinaCMS with TS & Tailwind
yarn create next-app -- --typescript
cd folder/
# Add tinaCMS
npx @tinacms/cli@latest init
# Add Tailwind
yarn add -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment