Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 995 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 995 Bytes

image

Link to the project: https://ethglobal.com/showcase/zilly-b3y8b

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