zhyd1997 / DragonLi

ETHGlobal Online 2022. https://ethglobal.com/showcase/mirrorx-j558n
https://dragon-li.on.fleek.co/
2 stars 0 forks source link
ethglobal ethglobal22 ethonline filecoin nextjs react superfluid

This is a Next.js project bootstrapped with create-next-app.

Intro

the app is a blog platform and alternative to Mirror, but has some differences:

Getting Started

First, setup the environment variable:

cp .env.local .env

Go to your Infura dashboard, get the api key:

# add your own NEXT_PUBLIC_INFURA_API_KEY to .env file.

Then run the development server:

pnpm install
pnpm run dev

Open http://localhost:3000 with your browser to see the result.

Deploy on Fleek