A Next.js project with Yumma CSS.
Read the documentation ↝
Yumma CSS is a utility-first library that uses abbreviated naming conventions that follow regular CSS syntax to help you debug, scale, and maintain your markup better and get your application out the door faster.
The first thing you need to do is clone the repository.
git clone https://github.com/yumma-lib/nextjs-yummacss-example.git
Then you can go ahead and install the dependencies.
npm i
Once that's done, you can start local development.
npm run dev
This project is under the MIT License.