mento-protocol / governance-ui

An open source interface for the Mento protocol governance
https://governance.mento.org
0 stars 0 forks source link

Mento Governance UI

Description

This is the UI repo for Mento Governance.

Table of Contents

VS Code recommendations

It's recommended to install:

For the Tailwind intellisense, please add the following to your settings.json

"tailwindCSS.experimental.classRegex": [
    ["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
    ["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"],
    ["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"],
]

Installation

pnpm install && cp .env .env.local

Usage

pnpm dev

Project spec

Please refer to our spec documents by clicking here.

Troubleshooting

No item imported in barrel file optimization

This is due to the optimizer caching the results, simply delete the .next folder and restart your dev environment.