From 826327ee49a1bfde3638bef423a15fdf16c6f59d Mon Sep 17 00:00:00 2001 From: Kognise Date: Wed, 11 Dec 2019 02:09:42 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request configures this repository to be run on Repl.it. It adds a `.replit` configuration file and a Repl.it badge to the `README`. You can read more about running repos on Repl.it [here](https://docs.repl.it/repls/dot-replit), or view the Repl [here](https://staging.repl.it/@Kognise/watercss-16). --- .replit | 2 ++ README.md | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..99448a3 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "nodejs" +run = "yarn dev" diff --git a/README.md b/README.md index 0b86993..829fe90 100644 --- a/README.md +++ b/README.md @@ -141,13 +141,11 @@ If you decide to contribute, after downloading a copy of the repository make sur $ yarn dev ``` +**Alternatively, just click this button to develop in Repl.it, a supercool in-browser IDE!** [![Run on Repl.it](https://repl.it/badge/github/kognise/water.css)](https://repl.it/github/kognise/water.css) + Before submitting your first pull request, make sure to check out our [Contributing Guide](https://github.com/kognise/water.css/tree/master/.github/CONTRIBUTING.md)! Thanks for taking the time to contribute :) -## Contributing - -Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details. - ## Todos - Add screenshots