Skip to content

The-Developers-Den/huddlerr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Huddlerr

hackathon-banner

About

Participants

Name Github Discord
Pratham Singhal @Pratham-19 Pratham#7898

Description

The problem Huddlerr solves

Huddlerr is an FVM-based social media platform that uses Filecoin storage. It provides an interface through which users can post random items and organise meetings to discuss anything (discussion, random music discussion). On the platform, they can also create token-gated/members-only workshops. Overall, it completes the task of building the primitives of a web3 social graph on FVM, using Filecoin storage to save all posts and user metrics, and empowering people to communicate using the Huddle01 SDK.

Preview

https://www.loom.com/share/7cfebe5632c14d4f82939138acdc66f9

Set up Project

Here's how to setup and run the project locally :

Prerequisites

Here are some pre-requisites that you may require to run the project on your system.

Install Project

Done with the pre-requisites?

Here are the steps to be taken after that :

  1. Clone the repository:
git clone https://github.com/The-Developers-Den/huddlerrgit
  1. Change directory :
cd huddlerr
cd frontend
  1. Install dependencies :
npm install
  or
yarn install
  1. Run
npm run start
  or
yarn run