We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b78e09 commit 1371ce4Copy full SHA for 1371ce4
README.md
@@ -1 +1,16 @@
1
-soon
+# Widgetify Landing Page
2
+A simple landing page for Widgetify.
3
+
4
+> https://widgetify.ir/
5
6
+## Contributing
7
+1. Fork the repository
8
+2. Clone the repository
9
+3. Create a new branch (e.g. `git checkout -b feature/awesome-feature`)
10
+4. Install dependencies (e.g. `bun install`)
11
+5. Run (e.g. `bun dev`)
12
+6. Make changes
13
+7. Commit changes (e.g. `git commit -am 'Add awesome feature'`)
14
+8. Push to the branch (e.g. `git push origin feature/awesome-feature`)
15
+9. Create a new Pull Request
16
+10. Wait for approval :)
0 commit comments