From 6232b1854da274577773cc878ad61e55b4f8def7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justinas=20Po=C5=A1i=C5=ABnas?= Date: Fri, 15 Nov 2019 00:15:45 +0200 Subject: [PATCH] duplication removed --- .github/CONTRIBUTING.md | 1 + README.md | 14 ++------------ 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 23d10c1..0ccdde1 100755 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -46,6 +46,7 @@ Please take a moment to read through the following guidelines: *Note:* A script that builds distribution ready files is also available but it is not the part of development workflow. It is designed to be triggered automatically while publishing a new version of Water.css, but if you want to inspect the minified assets meant for production, you can run it manually: `yarn build` +> Alternatively, you can develop in Repl.it, a supercool in-browser IDE! Just click this button: [![Run on Repl.it](https://repl.it/badge/github/kognise/water.css)](https://repl.it/github/kognise/water.css) ## Find issues to work on diff --git a/README.md b/README.md index 84801b5..01e7e1e 100644 --- a/README.md +++ b/README.md @@ -148,15 +148,5 @@ You also might want to check out the [Contributing Guide](https://github.com/kog Water.css becomes better for everyone when people like you help make it better! -Have any questions or concerns? Did I forget an element or selector? Does something look ugly? Feel free to submit an issue or pull request. - -If you decide to contribute, after downloading a copy of the repository make sure to run `yarn` to install dependencies useful for development. Then, you can run the following to start a server of the demo with live reloading on change. - -``` -$ 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 :) \ No newline at end of file +Check out our [Contributing Guide](.github/CONTRIBUTING.md) to learn how to get started. +And thanks for taking the time to contribute! :)