Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 439 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 439 Bytes

Contributing to Bento

Examples

We have prepared the following as a sample project using "Bento":

  • Next.js
  • Next.js with App router
  • React x Vite

You can use this as a testing environment for your contributions.

Run examples

Next.js

npm run dev -w examples/nextjs

Next.js with App router

npm run dev -w examples/nextjs-app-router

React x Vite

npm run dev -w examples/react