mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
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).
This commit is contained in:
parent
45d0f4e6f8
commit
826327ee49
2 changed files with 4 additions and 4 deletions
2
.replit
Normal file
2
.replit
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
language = "nodejs"
|
||||
run = "yarn dev"
|
||||
|
|
@ -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!** [](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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue