{"id":20184831,"url":"https://github.com/davidedantonio/bee-grid","last_synced_at":"2025-04-10T06:06:57.875Z","repository":{"id":32458958,"uuid":"132561339","full_name":"davidedantonio/bee-grid","owner":"davidedantonio","description":"A microframework based on CSS Grid Layout to build various types of grids thanks to a twelve column system, five default responsive tiers, Sass variables and mixins, and dozens of predefined classes to organize your content.","archived":false,"fork":false,"pushed_at":"2022-12-07T18:08:11.000Z","size":1570,"stargazers_count":28,"open_issues_count":12,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-17T20:34:32.986Z","etag":null,"topics":["css","css-framework","css-grid","css-grid-layout","cssgrid","design-tools","frontend","grid","jekyll","micro-framework","mixins","sass-variables","web"],"latest_commit_sha":null,"homepage":"https://davidedantonio.github.io/bee-grid","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidedantonio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-08T06:00:39.000Z","updated_at":"2024-11-25T23:29:07.000Z","dependencies_parsed_at":"2023-01-14T21:17:27.708Z","dependency_job_id":null,"html_url":"https://github.com/davidedantonio/bee-grid","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidedantonio%2Fbee-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidedantonio%2Fbee-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidedantonio%2Fbee-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidedantonio%2Fbee-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidedantonio","download_url":"https://codeload.github.com/davidedantonio/bee-grid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247804821,"owners_count":20999053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","css-framework","css-grid","css-grid-layout","cssgrid","design-tools","frontend","grid","jekyll","micro-framework","mixins","sass-variables","web"],"created_at":"2024-11-14T03:09:21.077Z","updated_at":"2025-04-10T06:06:57.856Z","avatar_url":"https://github.com/davidedantonio.png","language":"CSS","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://davidedantonio.github.io/bee-grid/assets/images/beegrid_icon_teal.png\" width=100 /\u003e\n  \u003ch1\u003eBeeGrid\u003c/h1\u003e\n  A microframework based on CSS Grid Layout to build various types of grids thanks to a twelve column system, five default responsive tiers, Sass variables and mixins, and dozens of predefined classes to organize your content.\n\u003c/p\u003e\n\n## Table of contents\n\n- [Table of contents](#Table-of-contents)\n- [Quick start](#Quick-start)\n- [Files](#Files)\n- [Bugs and feature requests](#Bugs-and-feature-requests)\n- [Documentation](#Documentation)\n    - [You can find the docs at: \u003chttps://davidedantonio.github.io/bee-grid/documentation/1.0/introduction/\u003e](#You-can-find-the-docs-at-httpsdavidedantoniogithubiobee-griddocumentation10introduction)\n  - [Running documentation locally](#Running-documentation-locally)\n- [Contributing](#Contributing)\n- [Creators](#Creators)\n- [Copyright and license](#Copyright-and-license)\n\n## Quick start\n\nSeveral quick start options are available:\n\n- [Download the latest release.](https://github.com/davidedantonio/bee-grid/archive/master.zip)\n- Clone the repo: `https://github.com/davidedantonio/bee-grid.git`\n- Install with [npm](https://www.npmjs.com/): `npm install @beetle/bee-grid`\n- Install with [yarn](https://yarnpkg.com/): `yarn add @beetle/bee-grid`\n\n## Files\n\nWithin the download you'll find the following directories and files, providing both compiled and minified variations. You'll see something like this:\n\n```\ndist\n ├── css/\n │    ├── bee-grid.css\n │    ├── bee-grid.css.map\n │    ├── bee-grid.min.css\n │    └── bee-grid.min.css.map\n └── js/\n      ├── navbar.js\n      ├── navbar.js.map\n      ├── navbar.min.js\n      └── navbar.min.css.js\n```\n\n## Bugs and feature requests\n\nHave a bug or a feature request? Search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/davidedantonio/bee-grid/issues/new).\n\n## Documentation\n\n#### You can find the docs at: \u003chttps://davidedantonio.github.io/bee-grid/documentation/1.0/introduction/\u003e\n\nBeegrid's documentation, included in this repo in the root directory, is built with [Jekyll](https://jekyllrb.com/) and publicly hosted on GitHub Pages at \u003chttps://davidedantonio.github.io/bee-grid/\u003e. The docs may also be run locally.\n\n### Running documentation locally\n\n1. Install Jekyll (the site builder) and other Ruby dependencies with `bundle install`.\n2. Run `npm install` to install Node.js dependencies.\n3. Run a specific NPM script to rebuild distributed CSS and JavaScript files, as well as our docs assets.\n4. From the root `/bee-grid` directory, run `npm run docs-serve` in the command line.\n5. Open `http://localhost:9001` in your browser, and voilà.\n\nLearn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/home/).\n\n## Contributing\n\nSolutions and improvements are always accepted. Please create a pull request [here](https://github.com/davidedantonio/bee-grid/)\n\n## Creators\n\n**Davide D'Antonio**\n\n- \u003chttps://twitter.com/davidedantonio\u003e\n- \u003chttps://github.com/davidedantonio\u003e\n\n**Riccardo Tartaglia**\n\n- \u003chttps://twitter.com/RikTarWeb\u003e\n- \u003chttps://github.com/riktar\u003e\n\n## Copyright and license\n\nCode released under the [MIT License](https://github.com/davidedantonio/bee-grid/blob/master/LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidedantonio%2Fbee-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidedantonio%2Fbee-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidedantonio%2Fbee-grid/lists"}