Skip to content

YexLabs/Yex-Labs

Repository files navigation

Lightweight Frontend Development Template

This is a lightweight front-end development template built with Next.js, Shadcn, Tailwindcss, Wagmi, and Rainbowkit.

Installation and Running

After cloning the project, first use the yarn command to install the dependencies:

yarn

development server:

yarn run dev

You can open http://localhost:3000 in your browser to see the result.

Code Standards and Formatting

This project uses ESLint and Prettier for code standards and formatting. Please ensure your code complies with the project standards.