https://github.com/refinedev/hackathon-jan2023-guidelines
Guidelines to Participate in refine's 2023 Hackathon
https://github.com/refinedev/hackathon-jan2023-guidelines
Last synced: 7 months ago
JSON representation
Guidelines to Participate in refine's 2023 Hackathon
- Host: GitHub
- URL: https://github.com/refinedev/hackathon-jan2023-guidelines
- Owner: refinedev
- Created: 2023-01-07T11:19:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T07:45:03.000Z (over 3 years ago)
- Last Synced: 2025-05-13T14:31:12.066Z (about 1 year ago)
- Size: 14.6 KB
- Stars: 8
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# refine Hackathon 2023 - README Guidelines

refine Hackathon 2023 is just around the corner and this repository serves as your go-to source for everything you need to know in order to submit a qualifying entry.
[:point_right: Refer to Hackathon January 2023 blog for information.](https://refine.dev/blog/refine-hackathon/)
[:point_right: Please submit your project on refine Devpost Hackathon page.](https://refine-open-source-hackathon.devpost.com/)
From rules and guidelines, it provides all the information necessary for successful GitHub submissions. Please prepare your repository README as shown below
You can add `refine-hackathon` tag to your repository to make it easier for us to find your submission.
## Project Name
### Cover Image
Provide your GitHub repository with a visually-appealing cover image for an immediate impression of your submission.
[:point_right: You can use our template cover photos on Figma to create your own or you can use whatever you want.](https://www.figma.com/community/file/1195374162080322036)
### Project Demo link
If you deployed your project on any platform please write down the link here.
## About
### Description
In this section, give a description of what your submission is. What did you build using refine. Which feautures of refine did you implement.
### Participants
In this section, add the GitHub and Twitter profiles of everyone in your team.
### Preview
To provide a comprehensive understanding of the submission, add visuals such as GIFs, images and videos have been incorporated to give an impression of what it looks like.
### Set up Project
In order to get the project up and running on locally, this section need to provide clear steps for successful set-up.
Your submission gives the Refine team an opportunity to not only review it thoroughly, but also allows them to share its valuable insights with the community.
### Prerequisites
If running your project requires any prerequisites, be sure to include them in this section.
It can be an account in any service or any configuration or plugins.
### Install Project
In this section, cover step by step how to run your submission, with each step having a code block example of the command if applicable.
To ensure a successful run of your project, please provide step-by-step instructions.
For example:
- Clone the repository:
```
git clone
```
- Change directory and install dependencies:
```
cd directory
npm install
```