Link to the project: https://ethglobal.com/showcase/zilly-b3y8b
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.
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