bhargavaparoksham / lfgrow

A social network to connect web3 users and their communities.

Home Page:lfgrow-silk.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This project is built using react, tailwindcss and Moralis (documentation) for our backend. We are also heavily using the built-in Moralis React SDK, here is the documentation.

Quick start

The first things you need to do are cloning this repository and installing its dependencies:

git clone https://github.com/LFGrow-Hackathon/lfgrow.git
cd lfgrow
yarn install

You will need to setup your .env file for your Moralis server key. They can be found in "View Details" on the Moralis server page.

Add this to your .env file:

REACT_APP_MORALIS_SERVER_URL=""
REACT_APP_MORALIS_APPLICATION_ID=""
ALCHEMY_APIKEY=""

You're then ready to launch the app on localhost

yarn dev

About

A social network to connect web3 users and their communities.

lfgrow-silk.vercel.app


Languages

Language:JavaScript 99.7%Language:HTML 0.3%Language:CSS 0.0%