{"id":19670780,"url":"https://github.com/danieladarve/craft-startup-kit","last_synced_at":"2025-09-11T01:09:00.295Z","repository":{"id":56961855,"uuid":"294343707","full_name":"danieladarve/craft-startup-kit","owner":"danieladarve","description":"A Craft CMS 3 + (Laravel Mix, TailwindCSS+purge, PostCss, AlpineJS, ESLint, AirBnb, Prettier) Boilerplate","archived":false,"fork":false,"pushed_at":"2020-10-08T05:51:07.000Z","size":1038,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-15T15:45:40.572Z","etag":null,"topics":["airbnb","alpinejs","craftcms","eslint","laravel-mix","postcss","prettier"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danieladarve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-10T08:01:35.000Z","updated_at":"2023-12-31T06:40:06.000Z","dependencies_parsed_at":"2022-08-21T05:40:24.090Z","dependency_job_id":null,"html_url":"https://github.com/danieladarve/craft-startup-kit","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/danieladarve/craft-startup-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieladarve%2Fcraft-startup-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieladarve%2Fcraft-startup-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieladarve%2Fcraft-startup-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieladarve%2Fcraft-startup-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danieladarve","download_url":"https://codeload.github.com/danieladarve/craft-startup-kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieladarve%2Fcraft-startup-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274557583,"owners_count":25307516,"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","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["airbnb","alpinejs","craftcms","eslint","laravel-mix","postcss","prettier"],"created_at":"2024-11-11T17:07:06.703Z","updated_at":"2025-09-11T01:09:00.271Z","avatar_url":"https://github.com/danieladarve.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Craft CMS 3 + (Laravel Mix, TailwindCSS+purge, PostCss, AlpineJS, ESLint, AirBnb, Prettier)\n\nA lightly opinionated Craft CMS setup.\nUsed internally for projects.\n\nSee [Tailwind CSS](https://tailwindcss.com) and [AlpineJS](https://github.com/alpinejs/alpine) for more details.\n\n\n## How to Install\n\n1. `composer create-project danieladarve/craft-startup-kit`\n2. Don't run `./craft setup`, instead manually edit the `.env` file.\n3. Once the `.env` is filled in, run `./craft install`\n\n## What is included?\n\n- [Craft CMS 3.x](https://github.com/craftcms/cms)\n- Templates\n   - Blocks\n   - Components\n   - Pages (With dynamic page types)\n   - Email\n   - Exception pages (404, 410, 503)\n- Configuration\n   - Custom `.env` file\n   - Custom `config/general.php`\n   - Craft Project Configuration using `config/project.yaml`\n- Craft Plugins\n   - Essentials\n     - [Super Table](https://github.com/verbb/super-table)\n     - [Redactor](https://github.com/craftcms/redactor)\n     - [Redactor Custom Styles](https://github.com/carlcs/craft-redactorcustomstyles)\n     - [Olive Menus](https://github.com/OliveStudio/olivemenus)\n     - [Link Field](https://github.com/sebastian-lenz/craft-linkfield)\n   - Images\n     - [Imager (forked version)](https://github.com/danieladarve/Imager-Craft)\n     - [Image Resizer](https://github.com/verbb/image-resizer)\n   - Optimization\n     - [Minify](https://github.com/nystudio107/craft-minify)\n   - SEO\n     - [SEO](https://github.com/ethercreative/seo)\n   - Twig Utilities\n     - [Retcon 2](https://github.com/mmikkel/Retcon-Craft)\n   - Email \u0026 Forms\n     - [SendGrid](https://github.com/putyourlightson/craft-sendgrid)\n     - [Wheel Form](https://github.com/xpertbot/craft-wheelform)\n   - Customization\n     - [Control Panel Nav](https://github.com/verbb/cp-nav)\n - Shell Scripts `scripts/*.sh` [nystudio107/craft-scripts](https://github.com/nystudio107/craft-scripts)\n \n## Tailwind Configuration\nUsed a few plugins to speed up the development of common tasks such as styling typography, forms, aspect ratios.\n\n- [@tailwindcss/ui configuration](https://www.npmjs.com/package/@tailwindcss/ui)\n- [tailwindcss-aspect-ratio](https://github.com/webdna/tailwindcss-aspect-ratio)\n- [benface/tailwindcss-typography](https://github.com/benface/tailwindcss-typography)\n- [verlok/vanilla-lazyload](https://github.com/verlok/vanilla-lazyload)\n\n## CraftCMS Global Configuration\nAdded the following global generic fields\n\n- Head, Body \u0026 Footer\n  - Scripts\n    - Head Scripts\n    - Body Scripts\n    - Footer Scripts\n  - Favicons\n- Site\n  - Site Logo\n  - Mobile URL Bar Colour\n  - Cookie Consent\n  \n## Useful Resources\n- [Color Shades Generator for TailwindCSS](https://javisperez.github.io/tailwindcolorshades)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieladarve%2Fcraft-startup-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieladarve%2Fcraft-startup-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieladarve%2Fcraft-startup-kit/lists"}