Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.35 KB

File metadata and controls

55 lines (37 loc) · 1.35 KB

Mineral Starter Kit

Welcome to the Mineral Starter Kit for the Dart Mineral Framework! 🎉

This starter kit provides a solid foundation for building applications using the Mineral Framework. 🚀 Whether you're a seasoned developer or just getting started, this kit will help you quickly set up and start developing your next project with ease.

Happy coding! 💻

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/bZez/mineral-starter-kit.git
  2. Navigate to the project directory:
    cd mineral-starter-kit
  3. Install dependencies:
    dart pub get

Running the Application

To run the application, use the following command:

dart run bin/main.dart

Project Structure

  • bin/: Contains the main application code.
  • lib/: Contains the commands code.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Resources

Happy coding!