Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Hacktoberfest Projects 🎉


A Web app that lets you find eligible repositories for Hacktoberfest!

Use it here - https://finder.usmans.me

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-47-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->
<a href="https://gitmoji.dev">
<img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square" alt="Gitmoji">
</a>


## Contributing

Contributions are always welcome!
Expand Down Expand Up @@ -54,7 +54,9 @@ You will need to sign up with Xata and set up a database for the build. After re
```
npm install -g "@xata.io/cli@latest"
```

#### Authentication

```
xata auth login
```
Expand All @@ -74,7 +76,6 @@ xata push main
- [Tailwind CSS](https://tailwindcss.com/)
- [Daisy UI](http://daisyui.com)


## Feedback

If you have any feedback, please reach out to us at the issues 😉
Expand Down
Loading