We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f52573 commit a9079a5Copy full SHA for a9079a5
1 file changed
README.md
@@ -17,6 +17,14 @@ website.
17
make setup
18
```
19
20
+### 💻 Try in Browser
21
+
22
+You can develop html2rss directly in your browser using GitHub Codespaces:
23
24
+[Open in GitHub Codespaces](https://github.com/codespaces/new?repo=html2rss/html2rss)
25
26
+The Codespace provides a cloud development environment with Node.js and Ruby pre-installed. Run `make setup` to install dependencies and get started!
27
28
### Available Commands
29
30
- `make setup` - Install dependencies and start dev server
0 commit comments