This is the UI repo for Mento Governance.
- node.js >= 20.11.0
- pnpm >= 8.15.0
It's recommended to install:
- prettier
- Tailwind CSS Intellisense
- Eslint
For the Tailwind intellisense, please add the following to your settings.json
"tailwindCSS.experimental.classRegex": [
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"],
["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"],
]
pnpm install && cp .env .env.local
pnpm dev
Please refer to our spec documents by clicking here.
This is due to the optimizer caching the results, simply delete the .next
folder and restart your dev environment.