Skip to content

amandakelake/next-app-mui-web3

 
 

Repository files navigation

FairSharing FrontEnd

Getting Started

First, run the development server:

yarn
yarn dev

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

Proxy to Backend API

touch .env.local

set the following config in .env.local

NEXT_PUBLIC_API_HOST_TEST=http:https://localhost:3001
NEXT_PUBLIC_API_HOST_PROXY=http:https://127.0.0.1:3000
NEXT_PUBLIC_API_BASE_URL=/fs-api

start the backend server by run docker-compose up

Deploy on Vercel

Vercel Platform

Supported by LXDAO

Supported by LXDAO

This is a project supported by LXDAO. More links: LXDAO | LXDAO Forum | LXDAO Discord | LXDAO Twitter.

LXDAO is an R&D-focused DAO in Web3. Our mission is: Gather the power of buidlers to buidl and support “LX” (valuable) Web3 projects sustainably and welcome 1 billion users into Web3. Welcome to join us.

Join our Discord server!

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.8%
  • CSS 1.6%
  • JavaScript 0.6%