mf-open-source
v2.0.30
Published
At Mindfire, we are passionate about open-source technology and its power to drive innovation and collaboration. Welcome to our open-source projects hub, where we contribute to and collaborate with the global open-source community on exciting and impactfu
Downloads
6
Readme
At Mindfire, we are passionate about open-source technology and its power to drive innovation and collaboration. Welcome to our open-source projects hub, where we contribute to and collaborate with the global open-source community on exciting and impactful projects. Visit our official github page
About Us
Mindfire Digital LLP, a leading provider of Software & IT services dedicated to enhancing business growth through the development and delivery of complex projects. With over two decades of experience, Mindfire has forged partnerships with global companies across diverse industries, consistently delivering stellar software products. Our highly skilled team of 650+ passionate technologists excels at connecting the dots between people, technology, products, and business, ensuring seamless innovation and success. Visit our official website
Our Mission
Our mission is to foster creativity, share knowledge, and build solutions that make a positive impact on the world. We believe that by working together with the open-source community, we can tackle complex challenges and create cutting-edge solutions that benefit everyone.
Why Open Source?
Open source embodies the spirit of collaboration, transparency, and continuous improvement. By sharing our code, ideas, and expertise with the world, we aim to inspire others and contribute to a culture of innovation and learning.
Our Contributions
Explore our growing list of open-source projects, ranging from software libraries and frameworks to tools and utilities. We are committed to actively contributing to these projects and maintaining a strong presence in the open-source ecosystem. Read our contribution guide
Get Involved
Join us on this exciting journey! Whether you're a developer, designer, tester, or simply passionate about open source, there are many ways to get involved. Contribute to our projects, report issues, suggest improvements, or simply engage in discussions.
Explore Our Projects
Ready to dive in? We have exciting open-source projects in the pipeline, and they'll be coming soon to our growing community. Stay tuned for updates on our upcoming projects.
We're actively working on these initiatives, and they'll be available for contributions and exploration in the near future. Be sure to check back regularly for updates!
Connect with Us
Stay updated with our latest contributions and news. Follow us on social media, join our mailing list, and be part of our vibrant open-source community.
Connect with us on social media and via email:
We look forward to collaborating with you and making a meaningful impact through open source. Let's innovate together!
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
To build application for generating static files:
npm run build
# or
yarn build
# or
pnpm build
# or
bun build
To serve contents of build folder(for generated static files while build):
npm run start:build
# or
yarn start:build
# or
pnpm start:build
# or
bun start:build