{"id":13681672,"url":"https://github.com/blkdevcon/Astro-boilerplate","last_synced_at":"2025-04-30T06:32:11.390Z","repository":{"id":115406360,"uuid":"537941511","full_name":"blkdevcon/Astro-boilerplate","owner":"blkdevcon","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-17T22:09:47.000Z","size":12704,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-02T13:32:52.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/blkdevcon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"custom":["https://creativedesignsguru.com/category/nextjs/","https://nextlessjs.com"]}},"created_at":"2022-09-17T22:09:00.000Z","updated_at":"2023-07-23T10:12:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a282a2e-2b16-48a2-bd11-3bf52a2185a6","html_url":"https://github.com/blkdevcon/Astro-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blkdevcon%2FAstro-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blkdevcon%2FAstro-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blkdevcon%2FAstro-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blkdevcon%2FAstro-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blkdevcon","download_url":"https://codeload.github.com/blkdevcon/Astro-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224201719,"owners_count":17272626,"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":[],"created_at":"2024-08-02T13:01:34.131Z","updated_at":"2024-11-12T01:30:27.431Z","avatar_url":"https://github.com/blkdevcon.png","language":"TypeScript","funding_links":["https://creativedesignsguru.com/category/nextjs/","https://nextlessjs.com"],"categories":["TypeScript"],"sub_categories":[],"readme":"# Astro Boilerplate with TypeScript and Tailwind CSS [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social\u0026label=Follow%20%40Ixartz)](https://twitter.com/ixartz)\n\n🚀 Astro Boilerplate is starter code for your blog or portfolio based on Astro\nwith Tailwind CSS 3.0. ⚡️ Made with Astro, TypeScript, ESLint, Prettier,\nTailwind CSS.\n\nClone this project and use it to create your own Astro blog. You can check the\n[Astro templates demo](https://creativedesignsguru.com/demo/astro-boilerplate/).\n\n## Features\n\nA complete Blog feature:\n\n- 🎈 Syntax Highlighting\n- 🤖 SEO friendly with sitemap.xml and robots.txt\n- ⚙️ RSS feed\n- 📖 Pagination\n- 🌈 Include a dark blog theme\n- ⬇️ Markdown\n- 📦 Image lazy loading\n- 💎 Responsive design\n\nDeveloper experience first:\n\n- 🔥 Astro\n- 🎨 Tailwind CSS with aspect ratio and typography plugin\n- 🎉 TypeScript\n- ✏️ ESLint compatible with .astro files\n- 🛠 Prettier compatible with .astro files\n- 🦊 Husky\n- 🚫 lint-staged\n- 🚨 Commitlint\n- 🔧 One-click deploy on Netlify (or, manual if you prefer)\n\nESLint with:\n\n- Airbnb styled guide\n- TypeScript compatible\n- Astro compatible\n- Automatically remove unused imports\n- Import sorting\n- Tailwind CSS plugin\n\n### Philosophy\n\n- Minimal code\n- SEO-friendly\n- 🚀 Production-ready\n\n### Requirements\n\n- Node.js and npm\n\n#### Optional\n\n- [nvm](https://github.com/nvm-sh/nvm)\n- [volta](https://volta.sh/)\n\nWhile Astro-boilerplate should work with the latest Node version, it has been\ntested with the versions in .nvmrc \u0026 the bottom of package.json. At current\nwriting, that's Node v16.15.1\n\n### Getting started\n\nRun the following command on your local environment:\n\n``` bash\ngit clone --depth=1 https://github.com/ixartz/Astro-boilerplate\ncd my-project-name\nnpm install\n```\n\nThen, you can run locally in development mode with live reload:\n\n``` bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your favorite browser\nto see your project.\n\n### Deploy to production (manual)\n\nYou can create an optimized production build with:\n\n```shell\nnpm run build\n```\n\nNow, your blog is ready to be deployed. All generated files are located at\n`dist` folder, which you can deploy the folder to any hosting service you\nprefer.\n\n### Deploy to Netlify\n\nClone this repository on own GitHub account and deploy to Netlify:\n\n[![Netlify Deploy button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/ixartz/Astro-boilerplate)\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command           | Action                                       |\n|:----------------  |:-------------------------------------------- |\n| `npm install`     | Installs dependencies                        |\n| `npm run dev`     | Starts local dev server at `localhost:3000`  |\n| `npm run build`   | Build your production site to `./dist/`      |\n| `npm run preview` | Preview your build locally, before deploying |\n| `npm run clean`   | Remove `./dist` folder                       |\n| `npm run lint`    | Run ESLint and report styling error          |\n\n### Contributions\n\nEveryone is welcome to contribute to this project.\nFeel free to open an issue if you have question or found a bug.\n\n### Additional Checks\n\nThis README.md was linted with\n[markdownlint](https://github.com/igorshubovych/markdownlint-cli)\n\n### License\n\nLicensed under the MIT License, Copyright © 2022\n\n---\n\nMade with ♥ by [CreativeDesignsGuru](https://creativedesignsguru.com)\n[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social\u0026label=Follow%20%40Ixartz)](https://twitter.com/ixartz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblkdevcon%2FAstro-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblkdevcon%2FAstro-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblkdevcon%2FAstro-boilerplate/lists"}