Skip to content

sector-3/ui

Repository files navigation

Sector#3 UI

Contributions

After you make contributions to this repo, report them in the Sector#3 dApp: UI Development 👩‍🎨

Getting Started

Install the dependencies:

npm install

Set environment variables:

cp .env.sample .env

Run the development server:

npm run dev

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

Lint

Run lint check:

npm run lint

Build

npm run build

Routes

  • DAOs: /daos
  • DAO: /v1/daos/<address>
  • Priority: /v1/priorities/<address>
  • Epoch: /v1/priorities/<address>/epochs/<epochNumber>