1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-16 10:04:41 +02:00

duplication removed

This commit is contained in:
Justinas Pošiūnas
2019-11-15 00:15:45 +02:00
committed by Jonas Kuske
parent 1a14ad2652
commit 6232b1854d
2 changed files with 3 additions and 12 deletions

View File

@@ -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` *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 ## Find issues to work on

View File

@@ -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! 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. Check out our [Contributing Guide](.github/CONTRIBUTING.md) to learn how to get started.
And thanks for taking the time to contribute! :)
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 :)