This is a Next.js project bootstrapped with create-next-app
.
the app is a blog platform and alternative to Mirror, but has some differences:
- better editor improving user experience for writers.
- support favourite writers in seconds stream for readers by integrated with Superfluid instead of one-time payment.
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.