diff --git a/.replit b/.replit new file mode 100644 index 00000000..9978ad8a --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "nodejs" +run = "npm run serve" diff --git a/README.md b/README.md index ad88e6fa..c1833a7c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A simple starter project for playing around with Tailwind in a proper PostCSS environment. +[![Run on Repl.it](https://repl.it/badge/github/tailwindcss/playground)](https://repl.it/github/tailwindcss/playground) + To get started: 1. Clone the repository: