packages/kitchen-sink/README.md
Hey! We're actively recruiting cooks 🧑🍳 to help assemble a list of examples of Million + your favorite React library. View it live at sink.million.dev
To get started with the Million.js Kitchen Sink, follow these steps:
git clone https://github.com/aidenybai/million.git
cd million
pnpm install
cd packages/kitchen-sink
You can run the Kitchen Sink application to explore the various scenarios and examples:
pnpm dev
This command will start the development server and open the Kitchen Sink application in your default web browser.
The Kitchen Sink showcases Million.js used in a variety of real-life scenarios, utilizing different technologies. Some of the examples you'll find include:
Each example comes with its own code and resources, demonstrating how Million.js can be integrated into different projects and workflows.
Just create a new file in packages/kitchen-sink/src/examples with the name of your example (e.g. super-epic.tsx). Make sure you export default a React component.
We welcome contributions to the Million.js Kitchen Sink! If you have an interesting example, improvement, or bug fix, here's how you can contribute:
Please make sure to follow our contribution guidelines and code of conduct when submitting your contribution.
If you have questions, need help, or want to discuss anything related to Million.js or the Kitchen Sink, you can:
The Million.js Kitchen Sink is open-source software licensed under the MIT License.