A simple landing page for Widgetify.
- Fork the repository
- Clone the repository
- Create a new branch (e.g.
git checkout -b feature/awesome-feature
) - Install dependencies (e.g.
bun install
) - Run (e.g.
bun dev
) - Make changes
- Commit changes (e.g.
git commit -am 'Add awesome feature'
) - Push to the branch (e.g.
git push origin feature/awesome-feature
) - Create a new Pull Request
- Wait for approval :)