Skip to content

Commit 1371ce4

Browse files
committed
Update README.md with project overview and contribution guidelines
1 parent 5b78e09 commit 1371ce4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
soon
1+
# 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

Comments
 (0)